提交 6f229625 编写于 作者: 杨广俊's avatar 杨广俊

/\

上级 894f10ea
......@@ -201,7 +201,7 @@ export default {
createdTime: new Date().getTime(),
})
this.showLoading = true
let str2 = (this.searchText || '').replace(/[\-\_\,\!\|\~\`\(\)\#\$\%\^\&\*\{\}\:\;\"\L\<\>\?\/]/g, '');// 去掉特殊字符
let str2 = (this.searchText || '').replace(/[\-\_\,\!\|\~\`\(\)\#\$\%\^\&\*\{\}\:\;\"\L\<\>\?\/\\]/g, '');// 去掉特殊字符
this.setCSearchText(str2)
let _this = this,
para = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册