chenrui 4 年 前
コミット
6a990e03e8
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/views/BasicSettings/StoreAssociatedEquipmentModal.vue

+ 2 - 0
src/views/BasicSettings/StoreAssociatedEquipmentModal.vue

@@ -163,10 +163,12 @@ export default {
               this.resultData = res.data
             } else {
               this.noData = 1
+              this.resultData = null
             }
           }
         })
       } else {
+        this.noData = 0
         this.resultData = null
         this.isFocus = false
       }