code refactor
This commit is contained in:
@@ -342,10 +342,10 @@ export default {
|
|||||||
self.$hideLoading();
|
self.$hideLoading();
|
||||||
|
|
||||||
if (tag.id) {
|
if (tag.id) {
|
||||||
this.editingTag.id = '';
|
self.editingTag.id = '';
|
||||||
this.editingTag.name = '';
|
self.editingTag.name = '';
|
||||||
} else {
|
} else {
|
||||||
this.newTag = null;
|
self.newTag = null;
|
||||||
}
|
}
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
self.$hideLoading();
|
self.$hideLoading();
|
||||||
|
|||||||
Reference in New Issue
Block a user