Bladeren bron

森语-证件管理-证件所有人输入问题

jbb 2 jaren geleden
bovenliggende
commit
751834bb18
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/views/system/modules/AddCertificateManagement.vue

+ 2 - 2
src/views/system/modules/AddCertificateManagement.vue

@@ -26,8 +26,8 @@
               <a-form-model-item label="证件所有人"  prop="userId" >
                 <j-search-select-tag v-model="formState.userId" placeholder="请选择用户名称" 
                    dict="sys_user,realname,username" @search="searchName" style="width:71%" v-if="inputMethod =='select'"/>
-                   <a-input   placeholder="请输入"  v-model="formState.name" style="width:71%" v-if="inputMethod =='input'"/>
-                <a-button type="primary" style="margin-left: 8%;" v-model="formState.name" @click="changeInputMethod">切换</a-button>
+                   <a-input   placeholder="请输入"  v-model="formState.userId" style="width:71%" v-if="inputMethod =='input'"/>
+                <a-button type="primary" style="margin-left: 8%;" @click="changeInputMethod">切换</a-button>
               </a-form-model-item>
                 
            </a-col>