From c6796cb12ca7aa0717349ca185ece091acdd2bbc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 20 Apr 2021 15:32:01 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
---
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