|
@@ -266,7 +266,7 @@ export default {
|
|
|
const param = {
|
|
|
current: this.inCurrentPage || this.currentPage,
|
|
|
size: this.pageSize,
|
|
|
- hisName: this.filter.hisName.trim(),
|
|
|
+ hisName: this.filter.hisName.trim().replace(/%/g,"\\%").replace(/_/g,"\\_"),
|
|
|
uniqueName: this.filter.uniqueName.trim().replace(/%/g,"\\%").replace(/_/g,"\\_"),
|
|
|
uniqueCode: '',
|
|
|
hisDetailName: this.filter.hisDetailName.trim().replace(/%/g,"\\%").replace(/_/g,"\\_"),
|