doway-coms 1.4.12 → 1.4.13
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/package.json
CHANGED
|
@@ -1136,6 +1136,7 @@ export default {
|
|
|
1136
1136
|
// }
|
|
1137
1137
|
col.column.filters = [{ data: [] }];
|
|
1138
1138
|
});
|
|
1139
|
+
XEUtils.clear(this.filterExpression)
|
|
1139
1140
|
vm.$emit("filterChange");
|
|
1140
1141
|
break;
|
|
1141
1142
|
case "desc":
|
|
@@ -2327,6 +2328,7 @@ export default {
|
|
|
2327
2328
|
}
|
|
2328
2329
|
colFilterExpression.expressions.push(tempPushExp);
|
|
2329
2330
|
});
|
|
2331
|
+
// debugger
|
|
2330
2332
|
this.filterExpression.push(colFilterExpression);
|
|
2331
2333
|
tempStr.exp = expStr + tempStr.exp.substring(0, tempStr.exp.length - 1);
|
|
2332
2334
|
this.filterStr.push(tempStr);
|