BUG 28591

This commit is contained in:
aixianling
2022-03-28 17:21:54 +08:00
parent d79cb21929
commit d7b59ba7e1

View File

@@ -340,6 +340,7 @@ export default {
this.instance.post(`/app/apppreventionreturntopovertylog/addOrUpdate`, {...this.form, pid}).then(res => {
if (res.code == 0) {
this.$message.success('提交成功!');
this.dialog = false
this.getHelpLogs()
}
})