diff --git a/resources/assets/js/pages/manage.vue b/resources/assets/js/pages/manage.vue index a418e7c0..a610cd87 100644 --- a/resources/assets/js/pages/manage.vue +++ b/resources/assets/js/pages/manage.vue @@ -60,7 +60,7 @@ - +
@@ -76,7 +76,7 @@ :mask-closable="false">
- + + @@ -973,6 +973,9 @@ export default { this.$set(this.settingData, 'name', this.projectDetail.name); this.$set(this.settingData, 'desc', this.projectDetail.desc); this.settingShow = true; + this.$nextTick(() => { + this.$refs.projectName.focus(); + }); break; case "user":