Commit bf939e22 authored by miaojiale's avatar miaojiale

修复bug

parent 2db77869
...@@ -146,26 +146,26 @@ export default { ...@@ -146,26 +146,26 @@ export default {
} }
}, },
}, },
// { {
// isIndex: true, isIndex: true,
// func: this.handleEdit, func: this.handleEdit,
// formatter(row) { formatter(row) {
// if (row.checkStatus != 3 && row.checkStatus != 4) { if (row.checkStatus != 3 && row.checkStatus != 4) {
// return { return {
// label: "修改", label: "修改",
// type: "text", type: "text",
// } }
// } else { } else {
// return { return {
// label: "", label: "",
// type: "text", type: "text",
// style: { style: {
// display: "none", display: "none",
// }, },
// } }
// } }
// }, },
// }, },
], ],
}, },
], ],
......
...@@ -281,6 +281,7 @@ export default { ...@@ -281,6 +281,7 @@ export default {
onSearch(form) { onSearch(form) {
sessionStorage.setItem("followResearch-form", JSON.stringify(form)) sessionStorage.setItem("followResearch-form", JSON.stringify(form))
this.formEdit = form this.formEdit = form
this.pageIndex = 1
this.handleSearch() this.handleSearch()
}, },
rowOpration(data, i) { rowOpration(data, i) {
......
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