From ffb202dc2237420290846be4bcbea3ebb93d84ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Mon, 15 Jul 2024 09:11:47 +0800
Subject: [PATCH] =?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/manage/components/PathReview.vue | 2 +-
src/views/system/ManuallyCreatingTasks/index.vue | 10 ++--------
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/src/views/manage/components/PathReview.vue b/src/views/manage/components/PathReview.vue
index 9ff47c1..66d5968 100644
--- a/src/views/manage/components/PathReview.vue
+++ b/src/views/manage/components/PathReview.vue
@@ -286,7 +286,7 @@
文字提醒
-
diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue
index 2fbc099..d0db5ad 100644
--- a/src/views/system/ManuallyCreatingTasks/index.vue
+++ b/src/views/system/ManuallyCreatingTasks/index.vue
@@ -462,7 +462,6 @@ export default {
} else {
this.formInline.phoneDialMethod = ''
}
- console.log(this.formInline)
},
// 且或
infolistoptionslistS() {
@@ -503,9 +502,7 @@ export default {
this.optionsname.find((el) => el.dictValue == e).dictLabel;
this.updata.triggerConditionList[index].triggerConditionValue = null;
this.updata.triggerConditionList[index].triggerConditionOperator = null
- this.dictDataType = this.optionsname.find(
- (el) => el.dictValue == e
- ).dictDataType;
+ this.dictDataType = this.optionsname.find((el) => el.dictValue == e).dictDataType;
this.handlelist(index)
this.updata.triggerConditionList[index].dictDataType =
this.optionsname.find((el) => el.dictValue == e).dictDataType;
@@ -529,8 +526,7 @@ export default {
// 且或
changetriggerLogicsname(e, index) {
this.updata.triggerConditionList[index].triggerLogic = e;
- this.updata.triggerConditionList[index].triggerLogicName =
- this.optionslistS.find((el) => el.dictValue == e).dictLabel;
+ this.updata.triggerConditionList[index].triggerLogicName = this.optionslistS.find((el) => el.dictValue == e).dictLabel;
},
// 弹框确定
// submit() {
@@ -547,7 +543,6 @@ export default {
// });
// delete this.updata.triggerConditionList.optionstriggerConditionOperator
// loading.close();
- // console.log(this.updata,'updata')
// return;
// triggerCondition(this.updata).then((res) => {
// if (res.code == 200) {
@@ -764,7 +759,6 @@ export default {
this.heightLine =
windowInnerHeight - 84 -
this.getBoxHeight(layoutDiv)
- console.log(this.getBoxHeight(layoutDiv))
},
// 屏幕resize监听
screenChange() {