Browse Source

2024-04-09 更新

master
fengyuan_yang 2 years ago
parent
commit
4e7fe618b8
  1. 12
      src/views/modules/changeManagement/changeRequest.vue

12
src/views/modules/changeManagement/changeRequest.vue

@ -1748,17 +1748,17 @@
choosePartNo (row) {
this.tempPartRow = row
if (this.tempPartRow.newPartNo == null) {
this.tempPartRow.newPartNo = ''
}
// if (!this.tempPartRow.newPartNo) {
// this.tempPartRow.newPartNo = ''
// }
this.getBaseList(133)
},
chooseExecutor (row) {
this.tempExecutorRow = row
if (this.tempExecutorRow.executor == null) {
this.tempExecutorRow.executor = ''
}
// if (this.tempExecutorRow.executor == null) {
// this.tempExecutorRow.executor = ''
// }
this.getBaseList(103, 7)
},

Loading…
Cancel
Save