Browse Source

人员安排表

liuzhuang 3 năm trước cách đây
mục cha
commit
11c8ca5385
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/controls/input/combo.js

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

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