Browse Source

页面优化

master
wenkuan.shi 1 year ago
parent
commit
3441022ee6
  1. 3
      src/views/modules/material/seekByNum.vue
  2. 2
      src/views/modules/warehouse/stagingCode.vue

3
src/views/modules/material/seekByNum.vue

@ -516,6 +516,7 @@ export default {
// //
this.refreshCurrentTabTable() this.refreshCurrentTabTable()
}, },
changeData(row){ changeData(row){
this.currentRow = JSON.parse(JSON.stringify(row)); this.currentRow = JSON.parse(JSON.stringify(row));
this.headerData=row; this.headerData=row;
@ -530,12 +531,10 @@ export default {
// //
if (data && data.code == 0) { if (data && data.code == 0) {
this.dataList2 = data.rows this.dataList2 = data.rows
} else { } else {
this.dataList2 = []; this.dataList2 = [];
} }
}); });
}, },
// // // //

2
src/views/modules/warehouse/stagingCode.vue

@ -293,7 +293,7 @@ export default {
created () { created () {
this.getDataList() this.getDataList()
}, },
//
watch: { watch: {
modalData: { modalData: {
deep: true, deep: true,

Loading…
Cancel
Save