ruanqi 1 year ago
parent
commit
01e9bf5c54
  1. 4
      src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue

4
src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue

@ -864,10 +864,10 @@
searchSumNotifyMaterialList(this.currentRow).then(({data}) => { searchSumNotifyMaterialList(this.currentRow).then(({data}) => {
// //
if (data && data.code == 0) { if (data && data.code == 0) {
this.dataList3 = data.rows
this.dataList4 = data.rows
} else { } else {
this.dataList3 = [];
this.dataList4 = [];
} }
}); });
} }

Loading…
Cancel
Save