cz 1 ano atrás
pai
commit
7ce954d7b1

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

@@ -620,7 +620,7 @@ const clickSettlement = (row) => {
 };
 const clickCancelSettlement = (row) => {
   proxy
-    .post("/saleStatement/update", {
+    .post("/saleStatement/settlement", {
       ...row,
       grossGrofit: row.grossProfit,
       grossRofitMargin: row.grossProfitMargin,