修复服务无法创建的Bug

This commit is contained in:
GoEdgeLab
2021-11-22 14:34:32 +08:00
parent 6d93bea552
commit 33e050019c
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>