网格动态

This commit is contained in:
liuye
2024-11-05 17:13:45 +08:00
parent 1ae371cb30
commit e3c79f232d
2 changed files with 4 additions and 4 deletions

View File

@@ -114,8 +114,8 @@
this.instance.post(`/app/appgirdnews/examine?id=${this.params.id}&pass=${this.form.status}&opinion=${this.form.opinion}`).then(res => {
if (res?.code == 0) {
this.isShowExamine = false
this.getDetail()
this.$message.success('审核成功!')
this.cancel(true)
}
})
}