2 Commits dffefb2c66 ... 6312675889

Autor SHA1 Mensaje Fecha
  liuzhuang 6312675889 Merge remote-tracking branch 'origin/master' hace 3 años
  liuzhuang 11c8ca5385 人员安排表 hace 3 años
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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({