Parcourir la source

修正修改过上级平台信息后再次创建上级平台按钮不会变为'立即创建'的问题

Lawrence il y a 4 ans
Parent
commit
1885b2120c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      web_src/src/components/platformEdit.vue

+ 1 - 0
web_src/src/components/platformEdit.vue

@@ -200,6 +200,7 @@ export default {
         this.platform = platform;
         this.onSubmit_text = "保存";
       } else {
+        this.onSubmit_text = "立即创建";
       }
     },
     onSubmit: function () {