新增协议增加提示

This commit is contained in:
bb_pan 2025-10-31 15:22:29 +08:00
parent 22219febee
commit fb7349d8bb
1 changed files with 6 additions and 1 deletions

View File

@ -1110,8 +1110,13 @@ export default {
async addAgreementTemp(form) {
this.form.bmFileInfos = this.businessLicenseFileList
addAgreement(form).then(response => {
addAgreement(form).then(res => {
this.$modal.msgSuccess('新增成功')
if (res.reminder) {
this.$nextTick(() => {
this.$modal.msgWarning(res.reminder)
})
}
this.showHouse = false
this.getList()
this.delBusinessFileIdList = []