|
|
|
@ -358,9 +358,8 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
this.ContactsData = res.data.contacts
|
|
|
|
|
console.log(WserviceItem.length)
|
|
|
|
|
|
|
|
|
|
if (WserviceItem.length) {
|
|
|
|
|
console.log('进来了')
|
|
|
|
|
this.form.setFieldsValue({
|
|
|
|
|
...res.data,
|
|
|
|
|
WserviceItem
|
|
|
|
@ -468,6 +467,7 @@ export default {
|
|
|
|
|
values[key] = JSON.stringify(values[key])
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
let propString = ''
|
|
|
|
|
if (values.WpropString) {
|
|
|
|
|
values.WpropString.split('["')[1]
|
|
|
|
@ -478,7 +478,7 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
let serviceItem = ''
|
|
|
|
|
if (values.WserviceItem) {
|
|
|
|
|
if (values.WserviceItem && values.WserviceItem != '[]') {
|
|
|
|
|
values.WserviceItem.split('["')[1]
|
|
|
|
|
.split('"]')[0]
|
|
|
|
|
.split('","')
|
|
|
|
@ -486,7 +486,6 @@ export default {
|
|
|
|
|
serviceItem == '' ? (serviceItem = `[${item2}]`) : (serviceItem = `${serviceItem}[${item2}]`)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
let Arr = ['sale', 'op', 'doc', 'custservice']
|
|
|
|
|
GetSysUserPage()
|
|
|
|
|
.then(res => {
|
|
|
|
|