|
|
@ -538,6 +538,8 @@ export default {
|
|
|
|
this.loading = false
|
|
|
|
this.loading = false
|
|
|
|
if (res.code == 20000) {
|
|
|
|
if (res.code == 20000) {
|
|
|
|
this.formData = {tagStatus: -1};
|
|
|
|
this.formData = {tagStatus: -1};
|
|
|
|
|
|
|
|
this.curRow = null
|
|
|
|
|
|
|
|
this.refreshCodesPanel(this)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
|
this.loading = false
|
|
|
|
this.loading = false
|
|
|
@ -556,6 +558,8 @@ export default {
|
|
|
|
this.loading = false
|
|
|
|
this.loading = false
|
|
|
|
if (res.code == 20000) {
|
|
|
|
if (res.code == 20000) {
|
|
|
|
this.formData = {tagStatus: -1};
|
|
|
|
this.formData = {tagStatus: -1};
|
|
|
|
|
|
|
|
this.curRow = null
|
|
|
|
|
|
|
|
this.refreshCodesPanel(this)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
|
this.loading = false
|
|
|
|
this.loading = false
|
|
|
|