Source/UBCS-WEB/src/components/code-dialog-page/cloneRuleDialog.vue
@@ -1,5 +1,6 @@ <template> <el-dialog :close-on-click-modal="false" :visible.sync="cloneSettingBox" append-to-body class="avue-dialog avue-dialog--top" @@ -124,6 +125,7 @@ closeCloneDialog(){ this.$emit('update:visible',false); this.cloneData = []; this.cloneCodeRuleLoading = false; }, /** 上移下移基础码段*/ async upOrderNum(row) { @@ -210,6 +212,7 @@ }, (error) => { window.console.log(error); this.cloneCodeRuleLoading = false; }); },