|
@@ -215,7 +215,7 @@ const getList = async (req, status) => {
|
|
};
|
|
};
|
|
getList();
|
|
getList();
|
|
const clickReset = () => {
|
|
const clickReset = () => {
|
|
- getList("", true);
|
|
|
|
|
|
+ getList({ type: 1 }, true);
|
|
};
|
|
};
|
|
const modalTitle = ref("添加SKU");
|
|
const modalTitle = ref("添加SKU");
|
|
const openDialog = ref(false);
|
|
const openDialog = ref(false);
|