This commit is contained in:
yanran200730
2022-10-10 10:27:03 +08:00
parent 4d5b7f3664
commit 90fed1bae2

View File

@@ -254,11 +254,11 @@ export default {
toSetting (e) {
this.isShow = true
this.id = e.sysUserId
this.form.fxdj = e.fxdj.split(',')
this.form.sqgl = e.sqgl.split(',')
this.form.hsjc = e.hsjc.split(',')
this.form.kkdjSq = e.kkdjSq.split(',')
this.form.kkdjKk = e.kkdjKk.split(',')
this.form.fxdj = e.fxdj ? e.fxdj.split(',') : []
this.form.sqgl = e.sqgl ? e.sqgl.split(',') : []
this.form.hsjc = e.hsjc ? e.hsjc.split(',') : []
this.form.kkdjSq = e.kkdjSq ? e.kkdjSq.split(',') : []
this.form.kkdjKk =e.kkdjKk ? e.kkdjKk.split(',') : []
},
changeTag(index) {