diff --git a/src/views/system/permission/components/PermissionForm.vue b/src/views/system/permission/components/PermissionForm.vue index b4385b3..8c682f1 100644 --- a/src/views/system/permission/components/PermissionForm.vue +++ b/src/views/system/permission/components/PermissionForm.vue @@ -330,7 +330,7 @@ export default { const t = temp(this.treeData, pid) this.form.setFieldsValue({ title: this.$enum()[v].label, - name: t.name + v + name: v + t.name }) } }