接口code

This commit is contained in:
2025-03-18 14:53:52 +08:00
parent 3aa5342397
commit c3282a0c40
6 changed files with 11 additions and 11 deletions

View File

@@ -272,7 +272,7 @@
method: 'get',
params: this.$http.adornParams()
}).then(({data}) => {
if (data && data.code === 200) {
if (data && data.code === 0) {
this.dynamiForm = data.data
this.users = data.users
this.roles = data.roles