31079
This commit is contained in:
@@ -254,11 +254,11 @@ export default {
|
|||||||
toSetting (e) {
|
toSetting (e) {
|
||||||
this.isShow = true
|
this.isShow = true
|
||||||
this.id = e.sysUserId
|
this.id = e.sysUserId
|
||||||
this.form.fxdj = e.fxdj.split(',')
|
this.form.fxdj = e.fxdj ? e.fxdj.split(',') : []
|
||||||
this.form.sqgl = e.sqgl.split(',')
|
this.form.sqgl = e.sqgl ? e.sqgl.split(',') : []
|
||||||
this.form.hsjc = e.hsjc.split(',')
|
this.form.hsjc = e.hsjc ? e.hsjc.split(',') : []
|
||||||
this.form.kkdjSq = e.kkdjSq.split(',')
|
this.form.kkdjSq = e.kkdjSq ? e.kkdjSq.split(',') : []
|
||||||
this.form.kkdjKk = e.kkdjKk.split(',')
|
this.form.kkdjKk =e.kkdjKk ? e.kkdjKk.split(',') : []
|
||||||
},
|
},
|
||||||
|
|
||||||
changeTag(index) {
|
changeTag(index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user