修复服务无法创建的Bug

This commit is contained in:
刘祥超
2021-11-22 14:34:32 +08:00
parent 87a533791b
commit 54199058e3
2 changed files with 19 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
<input type="text" name="name" maxlength="60" ref="focus"/>
</td>
</tr>
<tr>
<tr v-show="hasUsers">
<td>选择用户</td>
<td>
<user-selector @change="changeUserId"></user-selector>