lxf vor 1 Jahr
Ursprung
Commit
1701c90ad5

+ 1 - 1
src/views/group/product/groupSKU/index.vue

@@ -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);

+ 1 - 1
src/views/group/product/management/index.vue

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

+ 1 - 1
src/views/subsidiary/product/management/index.vue

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