chenrui hace 4 años
padre
commit
6a990e03e8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
       }