Commit 9cf0274e authored by qinj's avatar qinj

数组修改字符串

parent f84e43c8
...@@ -352,8 +352,8 @@ export default { ...@@ -352,8 +352,8 @@ export default {
extCustomerType_SDK:this.formData.ExtCustomerType_SDK, extCustomerType_SDK:this.formData.ExtCustomerType_SDK,
extProvince_SDK:this.formData.ExtProvince_SDK, extProvince_SDK:this.formData.ExtProvince_SDK,
objectID:this.formData.ObjectID, objectID:this.formData.ObjectID,
extLockRsp_SDK:this.formData.extLockRsp_SDK, extLockRsp_SDK:this.formData.extLockRsp_SDK.toString(),
extLockCity_SDK:this.formData.ExtLockCity_SDK, extLockCity_SDK:this.formData.ExtLockCity_SDK.toString(),
extChannelType_SDK:this.formData.ExtChannelType_SDK} extChannelType_SDK:this.formData.ExtChannelType_SDK}
if(this.status==1){ if(this.status==1){
const add={customerDTO:cc,note:this.form.note,result:"approve"} const add={customerDTO:cc,note:this.form.note,result:"approve"}
......
...@@ -331,8 +331,8 @@ export default { ...@@ -331,8 +331,8 @@ export default {
extCustomerType_SDK:this.formData.ExtCustomerType_SDK, extCustomerType_SDK:this.formData.ExtCustomerType_SDK,
extProvince_SDK:this.formData.ExtProvince_SDK, extProvince_SDK:this.formData.ExtProvince_SDK,
objectID:this.formData.ObjectID, objectID:this.formData.ObjectID,
extLockRsp_SDK:this.formData.extLockRsp_SDK, extLockRsp_SDK:this.formData.extLockRsp_SDK.toString(),
extLockCity_SDK:this.formData.ExtLockCity_SDK, extLockCity_SDK:this.formData.ExtLockCity_SDK.toString(),
extChannelType_SDK:this.formData.ExtChannelType_SDK} extChannelType_SDK:this.formData.ExtChannelType_SDK}
if(this.status==1){ if(this.status==1){
const add={customerDTO:cc,note:this.form.note,result:"approve"} const add={customerDTO:cc,note:this.form.note,result:"approve"}
......
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