|
@@ -194,13 +194,11 @@ export default {
|
|
|
if (isTurnPage && !this.searched) {
|
|
|
this.clearFilter();
|
|
|
}
|
|
|
- let planName = this.filter.planName.trim();
|
|
|
- // var patrn = /[`~!@#$%^&*()_\-+=<>?:"{}|,.\/;'\\[\]·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘',。、]/im;
|
|
|
- // console.log(this.escapeRegExp(planName));
|
|
|
+ // let planName = this.filter.planName.trim();
|
|
|
const param = {
|
|
|
current: this.inCurrentPage || this.currentPage,
|
|
|
size: this.pageSize,
|
|
|
- planName: this.escapeRegExp(planName),
|
|
|
+ planName: this.filter.planName.trim(),
|
|
|
hospitalId: this.filter.hospitalId
|
|
|
};
|
|
|
return param;
|