Quellcode durchsuchen

修改权限字段

xiaodai2022 vor 1 Jahr
Ursprung
Commit
2aed84d6d2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/interest/action/index.vue

+ 1 - 1
src/views/interest/action/index.vue

@@ -393,7 +393,7 @@ export default {
       } else {
         const model = {
           roleid: this.roleActive.id,
-          role_name: this.ruleForm.role_name,
+          role_name: this.roleActive.role_name,
           level: "2",
           action: this.action,
           action_data: this.action_data,