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

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

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

Loading…
Cancel
Save