Commit 47b885b6 authored by zhengke's avatar zhengke

修改

parent c20499f6
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
this.commoditylist.splice(data.$index, 1) this.commoditylist.splice(data.$index, 1)
} }
}, },
getProductGoodsPageList(type = 2) { getProductGoodsPageList() {
this.loading_t = true this.loading_t = true
this.apipost("/api/product/GetProductGoodsPageList", this.msg2, res => { this.apipost("/api/product/GetProductGoodsPageList", this.msg2, res => {
this.loading_t = false; this.loading_t = false;
...@@ -612,7 +612,7 @@ ...@@ -612,7 +612,7 @@
this.getMemberGradeList(); this.getMemberGradeList();
this.getSmallShopsDropDownList(); this.getSmallShopsDropDownList();
this.getStoreList(); this.getStoreList();
this.getProductGoodsPageList();
if (this.$route.query.ID) { if (this.$route.query.ID) {
this.addMsg.ID = this.$route.query.ID; this.addMsg.ID = this.$route.query.ID;
this.getData() this.getData()
......
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