修改 bug
This commit is contained in:
@@ -146,7 +146,7 @@ import html2canvas from 'html2canvas'
|
||||
import { fullUrl } from '@/utils/common'
|
||||
|
||||
defineOptions({
|
||||
name: 'govern/log/debug'
|
||||
name: 'govern/manage/factory'
|
||||
})
|
||||
|
||||
const devTypeOptions: any = ref([])
|
||||
@@ -504,14 +504,18 @@ const tableStore = new TableStore({
|
||||
}
|
||||
],
|
||||
beforeSearchFun: () => {
|
||||
for (let key in tableStore.table.params) {
|
||||
if (tableStore.table.params[key] === '') {
|
||||
delete tableStore.table.params[key]
|
||||
}
|
||||
}
|
||||
// for (let key in tableStore.table.params) {
|
||||
// if (tableStore.table.params[key] === '') {
|
||||
// delete tableStore.table.params[key]
|
||||
// }
|
||||
// }
|
||||
}
|
||||
})
|
||||
tableStore.table.params.orderBy = 'desc'
|
||||
tableStore.table.params.devType=''
|
||||
tableStore.table.params.devModel=''
|
||||
tableStore.table.params.devAccessMethod=''
|
||||
tableStore.table.params.status=''
|
||||
|
||||
// 设备类型
|
||||
const devTypeChange = (e: any) => {
|
||||
|
||||
Reference in New Issue
Block a user