Commit 8c2c5a4b authored by 张伯涛's avatar 张伯涛

岗位状态按钮

parent 0b43da6e
...@@ -422,7 +422,7 @@ export default { ...@@ -422,7 +422,7 @@ export default {
updatePost(temp).then(() => { updatePost(temp).then(() => {
this.$message({ this.$message({
type: 'success', type: 'success',
message: temp.status === '1' ? '启用成功' : '停用成功' message: temp.status === '0' ? '启用成功' : '停用成功'
}) })
row.status = temp.status row.status = temp.status
}) })
......
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