Commit c0d48e12 authored by qinj's avatar qinj

审批下拉渲染

parent 79782e3e
...@@ -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