diff --git a/src/pages/xinrui/storage/outstorage/SoftWasteCleanOutStore.vue b/src/pages/xinrui/storage/outstorage/SoftWasteCleanOutStore.vue index 3eca86a..85446f4 100644 --- a/src/pages/xinrui/storage/outstorage/SoftWasteCleanOutStore.vue +++ b/src/pages/xinrui/storage/outstorage/SoftWasteCleanOutStore.vue @@ -199,11 +199,11 @@ export default { }, returnStore () { this.disabled2 = true - if (this.val1 && this.val2) { - this._backstore() - } else { + if (!(this.val1 && this.val2)) { this.disabled2 = false + return } + this._backstore() } } }