三项制度库权限统一

pull/11/head
liujun 2024-03-21 16:19:26 +08:00
parent 1d2251be42
commit 6ded3c4e5b
1 changed files with 3 additions and 3 deletions

View File

@ -400,9 +400,9 @@ export default {
keys: keys keys: keys
} }
).then((data) => { ).then((data) => {
this.add = data.textlibraryfhadminadd // this.add = data.textlibraryTwofhadminadd //
this.del = data.textlibraryfhadmindel // this.del = data.textlibraryTwofhadmindel //
this.edit = data.textlibraryfhadminedit // this.edit = data.textlibraryTwofhadminedit //
}).catch((e) => { }).catch((e) => {
this.listLoading = false this.listLoading = false
}) })