优化报错

1212-八项作业迁移
zhaoyu 2023-12-04 17:19:10 +08:00
parent 22ca42987c
commit 66a61062cc
2 changed files with 1 additions and 5 deletions

View File

@ -168,10 +168,6 @@ export default {
this.getList();
this.hasButton()
},
mounted() {
this.handleEdit(this.$parent.USER_ID)
this.getDict()
},
methods: {
getQuery() {
this.$refs.multipleTable.clearSelection()

View File

@ -45,7 +45,7 @@
</el-container>
<div/>
<el-dialog :visible.sync="dialogFormEdit" title="关联分公司" width="600px">
<el-form ref="form" :rules="rules" :model="form" label-width="150px" style="width: 500px;">
<el-form ref="form" :model="form" label-width="150px" style="width: 500px;">
<el-form-item label="选择关联分公司" prop="REVIEW_TIME">
<el-select v-model="form.FGS_ID" clearable placeholder="请选择要关联的分公司">
<el-option v-for="item in fgsList" :key="item.CORPINFO_ID" :label="item.CORP_NAME" :value="item.CORPINFO_ID" />