新增协议增加提示
This commit is contained in:
parent
22219febee
commit
fb7349d8bb
|
|
@ -1110,8 +1110,13 @@ export default {
|
||||||
|
|
||||||
async addAgreementTemp(form) {
|
async addAgreementTemp(form) {
|
||||||
this.form.bmFileInfos = this.businessLicenseFileList
|
this.form.bmFileInfos = this.businessLicenseFileList
|
||||||
addAgreement(form).then(response => {
|
addAgreement(form).then(res => {
|
||||||
this.$modal.msgSuccess('新增成功')
|
this.$modal.msgSuccess('新增成功')
|
||||||
|
if (res.reminder) {
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$modal.msgWarning(res.reminder)
|
||||||
|
})
|
||||||
|
}
|
||||||
this.showHouse = false
|
this.showHouse = false
|
||||||
this.getList()
|
this.getList()
|
||||||
this.delBusinessFileIdList = []
|
this.delBusinessFileIdList = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue