Commit d3333c8e authored by huhaiqing's avatar huhaiqing

修改预装请求

parent b28cfd4d
...@@ -439,6 +439,7 @@ export default { ...@@ -439,6 +439,7 @@ export default {
secGoodsList(params).then((res) => { secGoodsList(params).then((res) => {
this.preList = res.data; this.preList = res.data;
this.preLoading = false; this.preLoading = false;
this.getPreLoad();
}); });
}, },
/* 查询待预装 */ /* 查询待预装 */
...@@ -637,7 +638,6 @@ export default { ...@@ -637,7 +638,6 @@ export default {
queryAllData() { queryAllData() {
this.pageParam.pageNo = 1; this.pageParam.pageNo = 1;
this.getSecGoods(); this.getSecGoods();
this.getPreLoad();
}, },
/* 获取参数 */ /* 获取参数 */
getParams() { getParams() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment