This commit is contained in:
2024-07-15 09:11:47 +08:00
parent 0adeab65af
commit ffb202dc22
2 changed files with 3 additions and 9 deletions

View File

@ -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>

View File

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