修改bug
This commit is contained in:
parent
6eb212ae28
commit
98011a4e98
|
|
@ -4,7 +4,8 @@
|
|||
<el-tab-pane label="承包商单位信息" name="first">
|
||||
<bns-cons-info-tabs :items="consUnitInformationItems"></bns-cons-info-tabs>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="企业资质" name="second">
|
||||
<el-tab-pane label="" name="second">
|
||||
<span slot="label"><i style="color:red">*</i> 企业资质</span>
|
||||
<bns-file-list-tabs
|
||||
:items="enterpriseQualificationItems"
|
||||
:isShowOptions="paramsData.isExamine"
|
||||
|
|
|
|||
|
|
@ -889,14 +889,14 @@ export default {
|
|||
// TODO 提交表单
|
||||
addSupervisoryUnit(this.unitForm).then(response => {
|
||||
if (response.code === 200) {
|
||||
this.getSupervisionUnit(this.unitForm.jlId)
|
||||
this.$message({
|
||||
message: '新建成功',
|
||||
type: 'success'
|
||||
})
|
||||
this.getSupervisionUnit()
|
||||
this.formData.supervisorUnit = this.unitForm.unitName
|
||||
this.unitResetForm()
|
||||
this.supervisorFormOpen = false
|
||||
this.supervisorUserFormOpen = false
|
||||
} else {
|
||||
this.$message({
|
||||
message: response.msg,
|
||||
|
|
|
|||
Loading…
Reference in New Issue