2023-11-21-dist
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</li>
|
||||
<li class="newLabel setLabel_text optionsItem_title">
|
||||
<div>
|
||||
<input v-show="openType" type="text" autofocus v-model="itemName">
|
||||
<input v-show="openType" type="text" v-model="itemName">
|
||||
<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>
|
||||
|
||||
@@ -733,11 +733,11 @@ export default defineComponent({
|
||||
|
||||
}
|
||||
).catch((res)=>{
|
||||
this.closeRenameModal()
|
||||
// this.closeRenameModal()
|
||||
});
|
||||
}
|
||||
).catch((res)=>{
|
||||
this.closeRenameModal()
|
||||
// this.closeRenameModal()
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user