add: ceshi

This commit is contained in:
ls
2025-03-17 19:15:06 +08:00
parent 8562655e51
commit 6f889937b7
10 changed files with 57 additions and 33 deletions

View File

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