ludc
2023-08-25 0574075f3849a18e1b77e17af73b6234c21461e4
Source/UBCS-WEB/src/views/code/code.vue
@@ -1831,7 +1831,7 @@
            // 避免用户重复点击按钮
            this.releadDisabled = true;
            await checkLikeCodeRule(oid).then(res => {
              console.log(res)
              //console.log(res)
              if(res.data.success){
                this.updateStatus(oid,update);
              }else{
@@ -1840,7 +1840,7 @@
                  confirmButtonText: '继续发布',
                  cancelButtonText: '取消'
                }).then(() => {
                  //this.updateStatus();
                  this.updateStatus(oid,update);
                })
                .catch(action => {
                  this.$message({