cz 1 year ago
parent
commit
8b34cb70f7

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

@@ -84,6 +84,7 @@ const sourceList = ref({
     keyword: "",
     keyword: "",
     sellCorporationId: "",
     sellCorporationId: "",
     status: "30",
     status: "30",
+    isClaim: "1",
   },
   },
 });
 });
 const loading = ref(false);
 const loading = ref(false);

+ 1 - 1
src/views/salesMange/salesMange/invoice/index.vue

@@ -166,7 +166,7 @@ const config = computed(() => {
                 type: "warning",
                 type: "warning",
               }).then(() => {
               }).then(() => {
                 proxy
                 proxy
-                  .post("/invoice/delete", {
+                  .post("contractInvoice/delete", {
                     id: row.id,
                     id: row.id,
                   })
                   })
                   .then((res) => {
                   .then((res) => {