Commit 47f073b6 authored by renjintao's avatar renjintao

bug/statue

parent ed87d995
...@@ -398,9 +398,9 @@ export default { ...@@ -398,9 +398,9 @@ export default {
} }
param.auditUser = this.$store.state.userInfo.userName param.auditUser = this.$store.state.userInfo.userName
param.ids = [param.id] param.ids = [param.id]
param.statusNew = 5 param.statusNew = 6
if (param.id != null) { if (param.id != null) {
//增加改变状态为5/查看 //增加改变状态为6/查看
this.$http.bug.doaction(param).then((res) => { this.$http.bug.doaction(param).then((res) => {
if (res.result) { if (res.result) {
//this.search(this.searchForm) //this.search(this.searchForm)
......
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