Commit 47b885b6 authored by zhengke's avatar zhengke

修改

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