From c4158c84f0b6b17ccb2818d80b963d803fb922b4 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期六, 30 三月 2024 16:56:23 +0800
Subject: [PATCH] 销售明细单确认发货完成替换接口,发货修改判断条件
---
src/views/systemSet/commonSet/compontents/SystemParameterSet.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/systemSet/commonSet/compontents/SystemParameterSet.vue b/src/views/systemSet/commonSet/compontents/SystemParameterSet.vue
index dcfd8b1..39f899f 100644
--- a/src/views/systemSet/commonSet/compontents/SystemParameterSet.vue
+++ b/src/views/systemSet/commonSet/compontents/SystemParameterSet.vue
@@ -133,9 +133,10 @@
this.isBtnloading = true;
let arr = [];
arr = arr.concat(this.crmTableList.tableInfomation);
- for (let i in arr) {
- delete arr[i].id;
- }
+ // for (let i in arr) {
+ // delete arr[i].id;
+ // }
+ console.log(arr,'arr')
saveSystemSet({
sets: arr,
})
--
Gitblit v1.8.0