liuzhuang 3 anni fa
parent
commit
11c8ca5385
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/controls/input/combo.js

+ 3 - 0
src/controls/input/combo.js

@@ -46,6 +46,9 @@ export default function () {
         },
 
         setData(value) {
+            if (!value) {
+                return
+            }
             const {config} = value
             if (!this.store) {
                 this.store = new Ext.data.Store({