Browse Source

人员安排表

liuzhuang 3 years ago
parent
commit
11c8ca5385
1 changed files with 3 additions and 0 deletions
  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({