From e414681100006316f5d3ab5d1497fb0495bb9ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 1 Jul 2024 12:52:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManageNodeInformation/index.vue | 2 +- src/views/system/ManageNodeInformation/indexjs.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index 261e4b1..3c1a1f1 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -776,4 +776,4 @@ export default indexjs; position: relative !important; margin-top: 20px !important; } - \ No newline at end of file + diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index e8443d4..96c2049 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -532,7 +532,7 @@ export default { // 回显一条时 this.updata = res.data[0]; this.updata.triggerConditionOperatorName = - this.openlistoptionstriggerConditionOperator.find( + this.optionstriggerConditionOperator.find( (el) => el.dictValue == this.updata.triggerConditionOperator )?.dictLabel; this.updatalist = []; From 8427c4c6e1e5c1e8030c5109ce445b370b9b1137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 1 Jul 2024 13:45:46 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManageNodeInformation/indexjs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index 96c2049..2d59395 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -633,7 +633,8 @@ export default { TemporaryStorage() { if ( this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" && - this.form.taskSubdivisiontemplateType != "PROPAGANDA" + this.form.taskSubdivisiontemplateType != "PROPAGANDA" && + this.form.taskSubdivisiontemplateType != 'SCRIPT' ) { this.$refs.wangeditor.emit(); }