Browse Source

2024-01-15

升级bu
java8
fengyuan_yang 2 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,
operatorModelFlag: false,
operatorData: {
site: this.$store.state.user.site,
site: '',
bu: '',
adminID: '',
adminName: ''
},
@ -1437,6 +1438,7 @@
//
getOperatorList () {
this.operatorData.bu = this.saveData.site + '_' + this.saveData.buNo
//
this.$nextTick(() => this.$refs.operatorTable.clearSelection())
//

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

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

Loading…
Cancel
Save