diff --git a/src/views/followupquery/index.vue b/src/views/followupquery/index.vue index 580b388d9d439a9c333a1a02daa478082a119bb7..5af14c389be79b036ed93084c4824222ce1bf497 100644 --- a/src/views/followupquery/index.vue +++ b/src/views/followupquery/index.vue @@ -146,26 +146,26 @@ export default { } }, }, - // { - // isIndex: true, - // func: this.handleEdit, - // formatter(row) { - // if (row.checkStatus != 3 && row.checkStatus != 4) { - // return { - // label: "修改", - // type: "text", - // } - // } else { - // return { - // label: "", - // type: "text", - // style: { - // display: "none", - // }, - // } - // } - // }, - // }, + { + isIndex: true, + func: this.handleEdit, + formatter(row) { + if (row.checkStatus != 3 && row.checkStatus != 4) { + return { + label: "修改", + type: "text", + } + } else { + return { + label: "", + type: "text", + style: { + display: "none", + }, + } + } + }, + }, ], }, ], diff --git a/src/views/followupresearch/index.vue b/src/views/followupresearch/index.vue index 5b25922710473e99eed9d3fb7aebb21fa8900273..15aa4a21b857f3981acd6b6ffcd2ae4546b9f7fb 100644 --- a/src/views/followupresearch/index.vue +++ b/src/views/followupresearch/index.vue @@ -281,6 +281,7 @@ export default { onSearch(form) { sessionStorage.setItem("followResearch-form", JSON.stringify(form)) this.formEdit = form + this.pageIndex = 1 this.handleSearch() }, rowOpration(data, i) {