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({