Browse Source

2024-01-15

升级bu
java8
fengyuan_yang 3 years ago
parent
commit
30e3c088f9
  1. 4
      src/views/modules/eam/eamWorkOrderForMaintenance.vue
  2. 4
      src/views/modules/reportWorkOrder/reportMaintenanceOrder.vue

4
src/views/modules/eam/eamWorkOrderForMaintenance.vue

@ -969,7 +969,8 @@
imageModalFlag: false, imageModalFlag: false,
operatorModelFlag: false, operatorModelFlag: false,
operatorData: { operatorData: {
site: this.$store.state.user.site,
site: '',
bu: '',
adminID: '', adminID: '',
adminName: '' adminName: ''
}, },
@ -1437,6 +1438,7 @@
// 获取人员列表 // 获取人员列表
getOperatorList () { getOperatorList () {
this.operatorData.bu = this.saveData.site + '_' + this.saveData.buNo
// 先清空缓存选中 // 先清空缓存选中
this.$nextTick(() => this.$refs.operatorTable.clearSelection()) this.$nextTick(() => this.$refs.operatorTable.clearSelection())
// 拿到选中的人员编号 // 拿到选中的人员编号

4
src/views/modules/reportWorkOrder/reportMaintenanceOrder.vue

@ -1117,7 +1117,8 @@
], ],
operatorList: [], operatorList: [],
operatorData: { operatorData: {
site: this.$store.state.user.site,
site: '',
bu: '',
adminID: '', adminID: '',
adminName: '' adminName: ''
}, },
@ -1293,6 +1294,7 @@
// 获取机修人员列表 // 获取机修人员列表
getOperatorList () { getOperatorList () {
this.operatorData.bu = this.saveData.site + '_' + this.saveData.buNo
getOperatorList(this.operatorData).then(({data}) => { getOperatorList(this.operatorData).then(({data}) => {
if (data && data.code === 0) { if (data && data.code === 0) {
this.operatorList = data.rows this.operatorList = data.rows

Loading…
Cancel
Save