@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.esm.js CHANGED
@@ -24293,14 +24293,9 @@ const hdl = {
24293
24293
  }
24294
24294
  },
24295
24295
  collapseChange({activeNames, item}){
24296
-
24297
- console.log('测试 000', activeNames);
24298
- console.log('测试 111', item.activeNames);
24299
-
24300
- item.activeNames = activeNames;
24301
-
24302
- console.log('测试 222', item.activeNames);
24303
-
24296
+ if(item.hdlChange){
24297
+ item.hdlChange(activeNames);
24298
+ }
24304
24299
  }
24305
24300
  };
24306
24301
 
@@ -47646,13 +47641,13 @@ var tableProps = {
47646
47641
  menu: [{
47647
47642
  title: "查询",
47648
47643
  menu: [{
47649
- text: "全部",
47644
+ title: "全部",
47650
47645
  hdlClick: withTable.reload
47651
47646
  }, {
47652
- text: "刷新",
47647
+ title: "刷新",
47653
47648
  hdlClick: withTable.refresh
47654
47649
  }, {
47655
- text: "查询",
47650
+ title: "查询",
47656
47651
  hdlClick: withTable.popupFind
47657
47652
  }]
47658
47653
  }, {