Commit 1885b2120c1650ae0cd9bc765a01e4a8b1974f01

Authored by Lawrence
1 parent fcb76a9e

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

web_src/src/components/platformEdit.vue
@@ -200,6 +200,7 @@ export default { @@ -200,6 +200,7 @@ export default {
200 this.platform = platform; 200 this.platform = platform;
201 this.onSubmit_text = "保存"; 201 this.onSubmit_text = "保存";
202 } else { 202 } else {
  203 + this.onSubmit_text = "立即创建";
203 } 204 }
204 }, 205 },
205 onSubmit: function () { 206 onSubmit: function () {