BUG 30553

This commit is contained in:
aixianling
2022-07-27 09:57:12 +08:00
parent 1e8b83a6e1
commit 4714eaaca3
2 changed files with 8 additions and 10 deletions

View File

@@ -50,6 +50,8 @@ export default {
}).then(res => {
if (res?.code == 0) {
this.access = true
} else if (res?.code == 401) {
this.checkAccess()
} else {
this.err = "无法获取表单"
}