BUG 28591
This commit is contained in:
@@ -340,6 +340,7 @@ export default {
|
|||||||
this.instance.post(`/app/apppreventionreturntopovertylog/addOrUpdate`, {...this.form, pid}).then(res => {
|
this.instance.post(`/app/apppreventionreturntopovertylog/addOrUpdate`, {...this.form, pid}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$message.success('提交成功!');
|
this.$message.success('提交成功!');
|
||||||
|
this.dialog = false
|
||||||
this.getHelpLogs()
|
this.getHelpLogs()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user