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 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/systemSet/commonSet/compontents/SystemParameterSet.vue b/src/views/systemSet/commonSet/compontents/SystemParameterSet.vue
index 02b3c92..39f899f 100644
--- a/src/views/systemSet/commonSet/compontents/SystemParameterSet.vue
+++ b/src/views/systemSet/commonSet/compontents/SystemParameterSet.vue
@@ -133,12 +133,12 @@
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,
- systemTypes: ["CRM"],
})
.then((res) => {
if (res.code == 200) {
--
Gitblit v1.8.0