Commit 0415d039 authored by zhengke's avatar zhengke

修改

parent b69b167d
...@@ -180,7 +180,7 @@ import ChooseImg from "@/components/global/ChooseImg.vue"; ...@@ -180,7 +180,7 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
pageSize:999, pageSize:999,
Name:'', Name:'',
} }
this.apipost("/api/product/GetProductGoodsDialogList",msg, res => { this.apipost("/api/product/GetProductGoodsDialogList_V2",msg, res => {
this.loading=false; this.loading=false;
if(res.data.resultCode==1){ if(res.data.resultCode==1){
let pageData=res.data.data.pageData; let pageData=res.data.data.pageData;
......
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