|
@@ -212,6 +212,7 @@ const getList = async (req, status) => {
|
|
|
sourceList.value.pagination = {
|
|
|
pageNum: sourceList.value.pagination.pageNum,
|
|
|
pageSize: sourceList.value.pagination.pageSize,
|
|
|
+ type: 1,
|
|
|
};
|
|
|
} else {
|
|
|
sourceList.value.pagination = { ...sourceList.value.pagination, ...req };
|
|
@@ -227,7 +228,7 @@ const getList = async (req, status) => {
|
|
|
};
|
|
|
getList();
|
|
|
const clickReset = () => {
|
|
|
- getList({ type: 1 }, true);
|
|
|
+ getList("", true);
|
|
|
};
|
|
|
const modalTitle = ref("添加SKU");
|
|
|
const openDialog = ref(false);
|