BUG 25348

This commit is contained in:
aixianling
2021-12-13 13:45:35 +08:00
parent 02b4274497
commit a696aab44a

View File

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