新增协议增加提示
This commit is contained in:
parent
22219febee
commit
fb7349d8bb
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue