cz 1 年之前
父節點
當前提交
ff9258e7cc

+ 1 - 1
src/views/purchaseManage/supplier/supplier/index.vue

@@ -437,7 +437,7 @@ const openModal = () => {
   modalType.value = "add";
   fileList.value = [];
   formData.data = {
-    type: "sales",
+    type: "",
     countryId: "44",
   };
   getCityData(formData.data.countryId, "20");

+ 3 - 1
src/views/salesMange/saleContract/contractSelect/index.vue

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