From dd7558cb5d98af0dffb310c87782a680a6241cbd Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Mon, 19 Apr 2021 16:36:42 +0800
Subject: [PATCH] 1.客户管理

---
 src/views/system/cs.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/system/cs.vue b/src/views/system/cs.vue
index b9e1236..a4d1ba8 100644
--- a/src/views/system/cs.vue
+++ b/src/views/system/cs.vue
@@ -662,6 +662,7 @@
             );
           } else if (row.type == "1") {
             insertss(
+              row.dj,
               row.nature,
               row.had,
               row.motto,
@@ -671,6 +672,7 @@
             );
           } else if (row.type == "2") {
             insertsr(
+              row.dj,
               row.category,
               row.attributes,
               row.developers,
@@ -705,6 +707,7 @@
         );
       } else if (row.type == "1") {
         updateInfos(
+          row.dj,
           row.nature,
           row.had,
           row.motto,
@@ -714,6 +717,7 @@
         );
       } else if (row.type == "2") {
         updateInfor(
+          row.dj,
           row.category,
           row.attributes,
           row.developers,
@@ -770,6 +774,7 @@
             selectTs(this.form.tenantName).then((re) => {
               const data = res.data.data;
               data.nature = re.data.data[0].nature;
+              data.dj = re.data.data[0].dj;
               data.motto = re.data.data[0].motto;
               data.ctime = re.data.data[0].ctime;
               data.had = re.data.data[0].had;
@@ -789,6 +794,7 @@
           } else if (this.form.type == "2") {
             selectTr(this.form.tenantName).then((re) => {
               const data = res.data.data;
+              data.dj = re.data.data[0].dj;
               data.category = re.data.data[0].category;
               data.attributes = re.data.data[0].attributes;
               data.developers = re.data.data[0].developers;

--
Gitblit v1.9.3