Commit 72be6e0d authored by 何虹's avatar 何虹 💬

升级

parent 2b24b3e0
...@@ -1996,7 +1996,7 @@ class Control { ...@@ -1996,7 +1996,7 @@ class Control {
parms.appCode = this.requestClient.appCode //|| urlParam.appCode parms.appCode = this.requestClient.appCode //|| urlParam.appCode
} }
if (!pageName) { if (!pageName) {
parms.pageName = this.requestClient.appCode //|| urlParam.pageName parms.pageName = this.requestClient.pageName //|| urlParam.pageName
} }
if (!dbName) { if (!dbName) {
parms.dbName = urlParam.dbName || '' parms.dbName = urlParam.dbName || ''
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -15,7 +15,7 @@ class Control { ...@@ -15,7 +15,7 @@ class Control {
parms.appCode = this.requestClient.appCode //|| urlParam.appCode parms.appCode = this.requestClient.appCode //|| urlParam.appCode
} }
if (!pageName) { if (!pageName) {
parms.pageName = this.requestClient.appCode //|| urlParam.pageName parms.pageName = this.requestClient.pageName //|| urlParam.pageName
} }
if (!dbName) { if (!dbName) {
parms.dbName = urlParam.dbName || '' parms.dbName = urlParam.dbName || ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment