设备类型CRUD

This commit is contained in:
sjl
2025-02-11 10:32:09 +08:00
parent 4fcb26bbde
commit e46e9e1d3a
4 changed files with 34 additions and 31 deletions

View File

@@ -482,7 +482,7 @@ const getTableList = async (params: any) => {
} else {
checkStateList.value = checkStateTable.value
}
console.log('tablegetBoundPqDevList')
//console.log('tablegetBoundPqDevList')
return getBoundPqDevList({
'planId': props.id,
'checkStateList': checkStateList.value,
@@ -667,12 +667,12 @@ const handleSelectionChange = (selection: any[]) => {
//查询
const handleSearch = () => {
console.log('handleSearchgetBoundPqDevList')
//console.log('handleSearchgetBoundPqDevList')
proTable.value?.getTableList()
}
//重置
const handleRefresh = () => {
console.log('handleRefreshgetBoundPqDevList')
//console.log('handleRefreshgetBoundPqDevList')
form.value.search = null
form.value.checkStatus = null
form.value.checkResult = null