Commit 9850c21b authored by jiangqihao's avatar jiangqihao

Merge branch 'dev' of http://120.25.63.219:6088/rex/portalhtml into dev

parents 830db702 7a46c96f
...@@ -387,8 +387,8 @@ export default { ...@@ -387,8 +387,8 @@ export default {
} }
if (this.formData.ExtProcessNode_SDK == 2) { if (this.formData.ExtProcessNode_SDK == 2) {
this.formData.extChannelType_SDK = '' this.formData.extChannelType_SDK = ''
this.formData.ExtLockRsp_SDK = [] this.formData.ExtLockRsp_SDK = this.formData.ExtLockRsp_SDK.split(',')
this.formData.ExtLockCity_SDK = [] this.formData.ExtLockCity_SDK = this.formData.ExtLockCity_SDK.split(',')
} }
lockRsp({ extProvince_SDK: resp.results[0].ExtProvince_SDK }).then((resp) => { lockRsp({ extProvince_SDK: resp.results[0].ExtProvince_SDK }).then((resp) => {
this.province = resp.results this.province = resp.results
......
...@@ -360,7 +360,7 @@ export default { ...@@ -360,7 +360,7 @@ export default {
} }
} }
if (this.formData.ExtProcessNode_SDK == 2) { if (this.formData.ExtProcessNode_SDK == 2) {
this.formData.ExtLockCity_SDK = [] this.formData.ExtLockCity_SDK = this.formData.ExtLockCity_SDK.split(',')
} }
const app = { provinceCode: resp.results[0].ExtProvince_SDK } const app = { provinceCode: resp.results[0].ExtProvince_SDK }
this.$request(Country.searchCity, app).then((resp) => { this.$request(Country.searchCity, app).then((resp) => {
......
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