Explorar o código

人员安排表

liuzhuang %!s(int64=4) %!d(string=hai) anos
pai
achega
11c8ca5385
Modificáronse 1 ficheiros con 3 adicións e 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({