BUG 34
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
show (id, isShow) {
|
show (id, isShow) {
|
||||||
this.$confirm(isShow === '1' ? '确定隐藏该留言?' : '确定隐藏该留言').then(() => {
|
this.$confirm(isShow === '1' ? '确定隐藏该评论?' : '确定隐藏该评论').then(() => {
|
||||||
this.instance.post(`/app/appcoursecomment/configCommentById?id=${id}&status=${isShow === '1' ? '0' : '1'}`).then(res => {
|
this.instance.post(`/app/appcoursecomment/configCommentById?id=${id}&status=${isShow === '1' ? '0' : '1'}`).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$message.success('操作成功')
|
this.$message.success('操作成功')
|
||||||
|
|||||||
Reference in New Issue
Block a user