@@ -437,7 +437,7 @@ const openModal = () => {
modalType.value = "add";
fileList.value = [];
formData.data = {
- type: "sales",
+ type: "",
countryId: "44",
};
getCityData(formData.data.countryId, "20");
@@ -9,7 +9,8 @@
:selectConfig="selectConfig"
highlight-current-row
:action-list="[]"
- @get-list="getList">
+ @get-list="getList"
+ >
<template #amount="{ item }">
<div>
<span style="padding-right: 4px">{{ item.currency }}</span>
@@ -82,6 +83,7 @@ const sourceList = ref({
pageSize: 10,
keyword: "",
sellCorporationId: "",
+ status: "30",
},
});
const loading = ref(false);