update 会后管理流程
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
v-decorator="['userIdDictText', validatorRules.applicant]" />
|
||||
v-decorator="['userDictText', validatorRules.applicant]" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="8">
|
||||
@@ -316,7 +316,7 @@ export default {
|
||||
this.formInfo = data
|
||||
this.baseInfoForm.setFieldsValue({
|
||||
expirationDate: data.expirationDate,
|
||||
userIdDictText: data.userIdDictText,
|
||||
userDictText: data.userDictText,
|
||||
standardNumbers: data.standardNumbers,
|
||||
applyDetail: data.applyDetail
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user