26370
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
changeStatus (item) {
|
changeStatus (item) {
|
||||||
this.$confirm('是否要结束公示', {type: 'warning'}).then(() => {
|
this.$confirm('是否要结束公示', {type: 'warning'}).then(() => {
|
||||||
this.instance.post('/app/appvillagediscuss/finishPublic', {
|
this.instance.post('/app/appvillagediscuss/finishPublic', {
|
||||||
stauts: '2',
|
status: '2',
|
||||||
id: item.id
|
id: item.id
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res && res.code == 0) {
|
if (res && res.code == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user