1.修复耗材字典相关bug

prod
x_z 3 years ago
parent 83a7a5d09c
commit 0e02f7f4a2

@ -1189,7 +1189,6 @@ export default {
addType: 1, addType: 1,
thrPiId: null, thrPiId: null,
filterType: null, filterType: null,
diType: 1,
dispatch: null, dispatch: null,
groupBuy: null, groupBuy: null,
@ -1279,8 +1278,7 @@ export default {
ggxh: null, ggxh: null,
page: 1, page: 1,
limit: 20, limit: 20,
addType: 1, addType: 1
diType: 1
}; };
this.getList(); this.getList();
}, },

Loading…
Cancel
Save