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

perf:修改页面

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