Ver Fonte

修复api.vue编辑未变化标题的bug

pixel há 3 anos atrás
pai
commit
9f5ae30aac
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      web/src/view/superAdmin/api/api.vue

+ 2 - 2
web/src/view/superAdmin/api/api.vue

@@ -236,10 +236,10 @@ export default {
     openDialog(type) {
       switch (type) {
         case "addApi":
-          this.dialogTitlethis = "新增Api";
+          this.dialogTitle = "新增Api";
           break;
         case "edit":
-          this.dialogTitlethis = "编辑Api";
+          this.dialogTitle = "编辑Api";
           break;
         default:
           break;