|
@@ -261,7 +261,7 @@ const getList = async (req = {}) => {
|
|
|
};
|
|
|
loading.value = true;
|
|
|
proxy
|
|
|
- .post("/productInfo/page", sourceList.value.pagination)
|
|
|
+ .post("/productInfo/pageByWdly", sourceList.value.pagination)
|
|
|
.then((message) => {
|
|
|
sourceList.value.data = message.rows.map((x) => ({ ...x, fileList: [] }));
|
|
|
sourceList.value.pagination.total = message.total;
|
|
@@ -367,7 +367,7 @@ const getDict = () => {
|
|
|
}));
|
|
|
});
|
|
|
};
|
|
|
-getDict()
|
|
|
+getDict();
|
|
|
onMounted(() => {
|
|
|
searchItemSelct();
|
|
|
});
|