瀏覽代碼

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