BUG 25348
This commit is contained in:
@@ -50,6 +50,8 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
this.access = true
|
this.access = true
|
||||||
|
} else {
|
||||||
|
this.err = "无法获取表单"
|
||||||
}
|
}
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
this.err = err
|
this.err = err
|
||||||
|
|||||||
Reference in New Issue
Block a user