2023-11-22-dist
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<i @click.stop="putName(-1,'affirm','')" v-show="openType" class="fi fi-br-check"></i>
|
||||
<div class="addLabel" v-show="!openType" @click="newLabel('','')">+</div>
|
||||
</div>
|
||||
<div class="started_btn" @click="removeLabel(options)">删除</div>
|
||||
<div class="started_btn" @click="removeLabel(options)">Delete</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -266,7 +266,7 @@ export default defineComponent({
|
||||
this.getClass()
|
||||
}
|
||||
).catch((res)=>{
|
||||
if(res.errCode === 1){
|
||||
if(res.errCode === 2){
|
||||
let _this = this
|
||||
Modal.confirm({
|
||||
title: res.errMsg,
|
||||
|
||||
Reference in New Issue
Block a user