ソースを参照

Merge branch 'dragTerm1025-mofan' into test

1178232204@qq.com 3 年 前
コミット
e81f8550ae
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/icss/lis/Lis.vue

+ 1 - 1
src/components/icss/lis/Lis.vue

@@ -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,"\\_"),