@@ -84,6 +84,7 @@ const sourceList = ref({
keyword: "",
sellCorporationId: "",
status: "30",
+ isClaim: "1",
},
});
const loading = ref(false);
@@ -166,7 +166,7 @@ const config = computed(() => {
type: "warning",
}).then(() => {
proxy
- .post("/invoice/delete", {
+ .post("contractInvoice/delete", {
id: row.id,
})
.then((res) => {