修改bug

This commit is contained in:
haozq 2025-02-13 16:26:06 +08:00
parent 6eb212ae28
commit 98011a4e98
2 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -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,