精选动态

This commit is contained in:
yanran200730
2023-04-04 10:13:13 +08:00
parent b377e98dbe
commit 75b7b01706

View File

@@ -119,9 +119,9 @@
remove(id) {
this.$confirm('确定删除该数据?').then(() => {
this.instance.post(`/app/appcontentinfo/delete?ids=${id}`).then(res => {
this.instance.post(`/app/appcontentinfo/deleteIntegralApply?ids=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')
this.$message.success('下架成功!')
this.getList()
}
})