@@ -462,7 +462,7 @@ const config = computed(() => {
type: "warning",
}).then(() => {
proxy
- .post("/contract/edit", {
+ .post("/contract/cancels", {
id: row.id,
status: 88,
})