Commit dff4cead authored by “yiyousong”'s avatar “yiyousong”

perf:修改页面

parent aa287978
...@@ -256,6 +256,7 @@ export default { ...@@ -256,6 +256,7 @@ export default {
// 搜索 // 搜索
onSearch() { onSearch() {
this.current = 1; this.current = 1;
this.selectedRowKeys = [];
this.getDatasetList(); this.getDatasetList();
}, },
// 翻页 // 翻页
......
...@@ -176,6 +176,7 @@ export default { ...@@ -176,6 +176,7 @@ export default {
// 搜索 // 搜索
onSearch() { onSearch() {
this.current = 1; this.current = 1;
this.selectedRowKeys = [];
this.getTempleteList(); this.getTempleteList();
}, },
// 翻页 // 翻页
......
...@@ -321,6 +321,9 @@ export default { ...@@ -321,6 +321,9 @@ export default {
item.fieldValue = v[this.serviceApiParams[key]]; item.fieldValue = v[this.serviceApiParams[key]];
} }
}); });
if (item.fieldType == "table") {
item.fieldValue = "";
}
return item; return item;
}) })
), ),
......
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