优化报错
parent
22ca42987c
commit
66a61062cc
|
@ -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()
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue