田源
2024-02-28 45455b3144d80bf58aeb00b7484fe71e4e2ae9a3
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;
            });
        },