@yoooloo42/joker 1.0.286 → 1.0.288

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -24297,14 +24297,9 @@ const hdl = {
24297
24297
  }
24298
24298
  },
24299
24299
  collapseChange({activeNames, item}){
24300
-
24301
- console.log('测试 000', activeNames);
24302
- console.log('测试 111', item.activeNames);
24303
-
24304
- item.activeNames = activeNames;
24305
-
24306
- console.log('测试 222', item.activeNames);
24307
-
24300
+ if(item.hdlChange){
24301
+ item.hdlChange(activeNames);
24302
+ }
24308
24303
  }
24309
24304
  };
24310
24305
 
@@ -47650,13 +47645,13 @@ var tableProps = {
47650
47645
  menu: [{
47651
47646
  title: "查询",
47652
47647
  menu: [{
47653
- text: "全部",
47648
+ title: "全部",
47654
47649
  hdlClick: withTable.reload
47655
47650
  }, {
47656
- text: "刷新",
47651
+ title: "刷新",
47657
47652
  hdlClick: withTable.refresh
47658
47653
  }, {
47659
- text: "查询",
47654
+ title: "查询",
47660
47655
  hdlClick: withTable.popupFind
47661
47656
  }]
47662
47657
  }, {