修改
This commit is contained in:
parent
0adeab65af
commit
ffb202dc22
@ -286,7 +286,7 @@
|
|||||||
<div class="lefttext">
|
<div class="lefttext">
|
||||||
文字提醒
|
文字提醒
|
||||||
</div>
|
</div>
|
||||||
<div class="righttextarea" v-html="item.nodeContent">
|
<div class="righttextarea" v-html="item.textRemindContent">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -462,7 +462,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.formInline.phoneDialMethod = ''
|
this.formInline.phoneDialMethod = ''
|
||||||
}
|
}
|
||||||
console.log(this.formInline)
|
|
||||||
},
|
},
|
||||||
// 且或
|
// 且或
|
||||||
infolistoptionslistS() {
|
infolistoptionslistS() {
|
||||||
@ -503,9 +502,7 @@ export default {
|
|||||||
this.optionsname.find((el) => el.dictValue == e).dictLabel;
|
this.optionsname.find((el) => el.dictValue == e).dictLabel;
|
||||||
this.updata.triggerConditionList[index].triggerConditionValue = null;
|
this.updata.triggerConditionList[index].triggerConditionValue = null;
|
||||||
this.updata.triggerConditionList[index].triggerConditionOperator = null
|
this.updata.triggerConditionList[index].triggerConditionOperator = null
|
||||||
this.dictDataType = this.optionsname.find(
|
this.dictDataType = this.optionsname.find((el) => el.dictValue == e).dictDataType;
|
||||||
(el) => el.dictValue == e
|
|
||||||
).dictDataType;
|
|
||||||
this.handlelist(index)
|
this.handlelist(index)
|
||||||
this.updata.triggerConditionList[index].dictDataType =
|
this.updata.triggerConditionList[index].dictDataType =
|
||||||
this.optionsname.find((el) => el.dictValue == e).dictDataType;
|
this.optionsname.find((el) => el.dictValue == e).dictDataType;
|
||||||
@ -529,8 +526,7 @@ export default {
|
|||||||
// 且或
|
// 且或
|
||||||
changetriggerLogicsname(e, index) {
|
changetriggerLogicsname(e, index) {
|
||||||
this.updata.triggerConditionList[index].triggerLogic = e;
|
this.updata.triggerConditionList[index].triggerLogic = e;
|
||||||
this.updata.triggerConditionList[index].triggerLogicName =
|
this.updata.triggerConditionList[index].triggerLogicName = this.optionslistS.find((el) => el.dictValue == e).dictLabel;
|
||||||
this.optionslistS.find((el) => el.dictValue == e).dictLabel;
|
|
||||||
},
|
},
|
||||||
// 弹框确定
|
// 弹框确定
|
||||||
// submit() {
|
// submit() {
|
||||||
@ -547,7 +543,6 @@ export default {
|
|||||||
// });
|
// });
|
||||||
// delete this.updata.triggerConditionList.optionstriggerConditionOperator
|
// delete this.updata.triggerConditionList.optionstriggerConditionOperator
|
||||||
// loading.close();
|
// loading.close();
|
||||||
// console.log(this.updata,'updata')
|
|
||||||
// return;
|
// return;
|
||||||
// triggerCondition(this.updata).then((res) => {
|
// triggerCondition(this.updata).then((res) => {
|
||||||
// if (res.code == 200) {
|
// if (res.code == 200) {
|
||||||
@ -764,7 +759,6 @@ export default {
|
|||||||
this.heightLine =
|
this.heightLine =
|
||||||
windowInnerHeight - 84 -
|
windowInnerHeight - 84 -
|
||||||
this.getBoxHeight(layoutDiv)
|
this.getBoxHeight(layoutDiv)
|
||||||
console.log(this.getBoxHeight(layoutDiv))
|
|
||||||
},
|
},
|
||||||
// 屏幕resize监听
|
// 屏幕resize监听
|
||||||
screenChange() {
|
screenChange() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user