Commit 75d72e99 authored by 仇晓婷's avatar 仇晓婷

产品物料修改接口地址

parent ce7eacbd
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
}, },
// 加载物料 // 加载物料
materiallist() { materiallist() {
let url = `${systemUrl}/material/materiallist`; let url = `${material}/material/materiallist`;
this.$api this.$api
.post(url, { .post(url, {
// pageIndex: 1, // pageIndex: 1,
......
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