Commit b6472fc9 authored by 邓春圆's avatar 邓春圆

字符串修改

parent e4ef1740
......@@ -622,7 +622,7 @@ export default {
},
selectAuthorityFn(){
return (val)=>{
let t = val.split(':')
let t = val.split(":")
t[t.length - 1] = this.authorityFn + t[t.length - 1]
return t.join(":")
}
......@@ -696,7 +696,6 @@ export default {
},
/** 查询列表 */
getList() {
console.log(this.$route.path,'path')
this.loading = true;
// 处理查询参数
let params = {...this.queryParams};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment