This commit is contained in:
yanran200730
2023-03-02 09:40:53 +08:00
parent edfe9b2c2b
commit df8ef12198

View File

@@ -286,7 +286,7 @@
},
sendMsg () {
this.instance.post(`/app/whchatmomentstask/remindExamine?id=${this.params.id}`).then(res => {
this.instance.post(`/app/whchatmomentstask/remindSend?id=${this.params.id}`).then(res => {
if (res.code === 0) {
this.$message.success('提醒成功')
this.getInfo(this.params.id)