From efdfc33415d43d2f97cdfa66a48e3713f6c2fd1a Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 24 八月 2023 20:33:39 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/views/code/code.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue index 70f2194..48459e6 100644 --- a/Source/UBCS-WEB/src/views/code/code.vue +++ b/Source/UBCS-WEB/src/views/code/code.vue @@ -1827,7 +1827,7 @@ }, /** 鍙戝竷缂栫爜瑙勫垯 */ async enableOrDeactivatse(oid,update){ - if(update==="release"){ + /*if(update==="release"){ // 閬垮厤鐢ㄦ埛閲嶅鐐瑰嚮鎸夐挳 this.releadDisabled = true; await checkLikeCodeRule(oid).then(res => { @@ -1851,9 +1851,9 @@ } }) this.releadDisabled = false; - }else { + }else {*/ this.updateStatus(oid,update); - } + //} }, /** 鎵撳紑缂栫爜瑙勫垯鍏嬮殕瀵硅瘽妗�*/ openCodeRuleDialog() { -- Gitblit v1.9.3