Commit b8fc2da9 by Lyan

审核状态修改

parent 1e48895e
......@@ -320,7 +320,7 @@ export default {
method: 'post',
data: this.$http.adornData({
'id': id,
'checkflagIndex': 1
'checkflagIndex': status
})
}).then(({data}) => {
if (data && data.code === 0) {
......
......@@ -273,7 +273,7 @@
method: 'post',
data: this.$http.adornData({
'id': id,
'status': 1
'status': status
})
}).then(({data}) => {
if (data && data.code === 0) {
......
......@@ -253,7 +253,7 @@
method: 'post',
data: this.$http.adornData({
'id': id,
'status': 1
'status': status
})
}).then(({data}) => {
if (data && data.code === 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment