@vipl520/dk-ui 1.0.84 → 1.0.85

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.js CHANGED
@@ -24345,11 +24345,10 @@
24345
24345
  continue;
24346
24346
  }
24347
24347
  val = DkTable.comSearch.form[key + "-start"] + "," + DkTable.comSearch.form[key + "-end"];
24348
- } else if (DkTable.comSearch.form[key]) {
24348
+ } else {
24349
24349
  val = DkTable.comSearch.form[key];
24350
24350
  }
24351
- if (val) {
24352
- console.log(11111);
24351
+ if (val !== void 0 && val !== "") {
24353
24352
  comSearchData.push({
24354
24353
  field: key,
24355
24354
  val,