diff --git a/src/views/modules/sys/user-add-or-update.vue b/src/views/modules/sys/user-add-or-update.vue index bb3fe99..8cd1d62 100644 --- a/src/views/modules/sys/user-add-or-update.vue +++ b/src/views/modules/sys/user-add-or-update.vue @@ -34,15 +34,15 @@ - {{buttons.site||'工厂'}} + {{buttons.site||'工厂'}} - - - - - + + + + + + @@ -140,7 +140,7 @@ export default { }) }, getBaseData(val){ - if (this.tagNo === 93){ + if (this.tagNo === 18){ this.dataForm.site = val.SiteID } }, @@ -149,7 +149,7 @@ export default { this.tagNo = val this.$nextTick(() => { let strVal = ""; - if (val === 93){ + if (val === 18){ strVal = this.dataForm.site } this.$refs.baseList.init(val,strVal)