|
@@ -152,8 +152,6 @@ const sourceListTwo = ref({
|
|
|
skuSpecName: "",
|
|
|
departmentId: "",
|
|
|
width: "",
|
|
|
- departmentId: "1689164627162529793",
|
|
|
- orderStockType: "0",
|
|
|
},
|
|
|
});
|
|
|
const loading = ref(false);
|
|
@@ -405,8 +403,6 @@ const getListTwo = async (req, status) => {
|
|
|
pageNum: sourceListTwo.value.pagination.pageNum,
|
|
|
pageSize: sourceListTwo.value.pagination.pageSize,
|
|
|
type: "1",
|
|
|
- departmentId: "1689164627162529793",
|
|
|
- orderStockType: "0",
|
|
|
};
|
|
|
} else {
|
|
|
sourceListTwo.value.pagination = { ...sourceListTwo.value.pagination, ...req };
|