车辆对接

This commit is contained in:
wangshiming
2022-01-12 14:20:09 +08:00
parent 6b5180d083
commit 22ee46d6b6
4 changed files with 18 additions and 6 deletions

View File

@ -640,7 +640,7 @@ tabs = {
nzComponentParams: { data: { ...data, billId: item.id } },
});
modal.afterClose.subscribe(_ => this.st.reload());
modal.afterClose.subscribe(_ => this.st.reload(1));
}
});
}