@ -255,6 +255,12 @@ const handleExport = async () => {
// 筛选提交
const searchFormClick = (searchData) => {
const cmd = {
'column':'type',
'action':'==',
'value':'predict'
}
searchData.filters.push(cmd)
tableObject.params = {
isSearch: true,
filters: searchData.filters
@ -165,6 +165,12 @@ const handleExport = async () => {
@ -421,6 +421,12 @@ const importSuccess = () => {