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