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() {