Commit ab6760c7 authored by 仇晓婷's avatar 仇晓婷

wuliao

parent 3930b158
......@@ -6,7 +6,7 @@ export default {
},
// indexSlecet:`${systemUrl}/coderule/paged`,
pagedSlecet(params){
return Api.post(`${systemUrl}/coderule/paged`,params);
return Api.post(`${material}/coderule/paged`,params);
},
listTable(params){
return Api.post(`${material}/custompropertydefinition/list`,params);
......
......@@ -6,7 +6,7 @@ export default {
return Api.post(`${material}/material/paged`,params);
},
pagedSlecet(params){
return Api.post(`${systemUrl}/coderule/paged`,params);
return Api.post(`${material}/coderule/paged`,params);
},
list(params){
return Api.post(`${material}/category/list`,params);
......
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