Browse Source

Merge branch 'master' into stage

cz 1 year ago
parent
commit
c6bf1151b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/salesMange/saleContract/contract/index.vue

+ 1 - 1
src/views/salesMange/saleContract/contract/index.vue

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