[update] 控件处理

This commit is contained in:
zhaomeijing
2022-06-06 11:57:54 +08:00
parent e49641b5cb
commit 93165ebe61
3 changed files with 19 additions and 14 deletions
+9 -8
View File
@@ -10,16 +10,16 @@
:wrapper-col='wrapperCol'
>
<a-row :gutter='24'>
<a-col :span='9'>
<a-form-model-item ref='paramsTemplateName' :label="$t('fullName')" prop='paramsTemplateName'>
<a-input
v-model='form.realname' />
</a-form-model-item>
</a-col>
<!-- <a-col :span='9'>-->
<!-- <a-form-model-item ref='paramsTemplateName' :label="$t('fullName')" prop='paramsTemplateName'>-->
<!-- <a-input-->
<!-- v-model='form.realname' />-->
<!-- </a-form-model-item>-->
<!-- </a-col>-->
<a-col :span='9'>
<a-form-model-item ref='paramsTemplateName' :label="$t('accountNumber')" prop='paramsTemplateName'>
<a-input
v-model='form.workNo' />
v-model='form.username' />
</a-form-model-item>
</a-col>
<a-col :span='6'>
@@ -191,7 +191,8 @@ export default {
.then( (res) =>{
if (res.data.success) {
_this.$message.success(res.data.result)
_this.loadData()
// _this.loadData()
this.$emit('GetgetTableList')
this.$emit('areaVisibleAssignedbyflag', false)
}else{
_this.$message.warning(res.data.result)