调整条件管理关闭
This commit is contained in:
parent
a212984e3d
commit
02615110a2
@ -158,6 +158,7 @@ export default {
|
||||
},
|
||||
handleClose() {
|
||||
this.dialogVisible = false;
|
||||
this.$emit('clearConditionActionId');
|
||||
this.initData();
|
||||
},
|
||||
getSectionName(code) {
|
||||
|
@ -66,7 +66,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<add-script-member ref="addScriptMember" @addScriptMember="addScriptMember" />
|
||||
<condition-manage ref="conditionManage" />
|
||||
<condition-manage ref="conditionManage" @clearConditionActionId="clearConditionActionId" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
@ -562,6 +562,9 @@ export default {
|
||||
},
|
||||
showConditionManage(actionId) {
|
||||
this.$refs.conditionManage.doShow(actionId);
|
||||
},
|
||||
clearConditionActionId() {
|
||||
this.$refs.getAction.conditionActionId = '';
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user