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