修改
This commit is contained in:
parent
0adeab65af
commit
ffb202dc22
@ -286,7 +286,7 @@
|
||||
<div class="lefttext">
|
||||
文字提醒
|
||||
</div>
|
||||
<div class="righttextarea" v-html="item.nodeContent">
|
||||
<div class="righttextarea" v-html="item.textRemindContent">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user