Source/UBCS-WEB/src/components/code-dialog-page/cloneRuleDialog.vue
@@ -125,6 +125,7 @@ closeCloneDialog(){ this.$emit('update:visible',false); this.cloneData = []; this.cloneCodeRuleLoading = false; }, /** 上移下移基础码段*/ async upOrderNum(row) { @@ -211,6 +212,7 @@ }, (error) => { window.console.log(error); this.cloneCodeRuleLoading = false; }); },