This commit is contained in:
yanran200730
2022-01-05 17:32:44 +08:00
parent a3b633f510
commit d6146ef600

View File

@@ -121,7 +121,7 @@
changeStatus (item) {
this.$confirm('是否要结束公示', {type: 'warning'}).then(() => {
this.instance.post('/app/appvillagediscuss/finishPublic', {
stauts: '2',
status: '2',
id: item.id
}).then(res => {
if (res && res.code == 0) {