设备类型CRUD
This commit is contained in:
@@ -482,7 +482,7 @@ const getTableList = async (params: any) => {
|
||||
} else {
|
||||
checkStateList.value = checkStateTable.value
|
||||
}
|
||||
console.log('table,getBoundPqDevList')
|
||||
//console.log('table,getBoundPqDevList')
|
||||
return getBoundPqDevList({
|
||||
'planId': props.id,
|
||||
'checkStateList': checkStateList.value,
|
||||
@@ -667,12 +667,12 @@ const handleSelectionChange = (selection: any[]) => {
|
||||
|
||||
//查询
|
||||
const handleSearch = () => {
|
||||
console.log('handleSearch,getBoundPqDevList')
|
||||
//console.log('handleSearch,getBoundPqDevList')
|
||||
proTable.value?.getTableList()
|
||||
}
|
||||
//重置
|
||||
const handleRefresh = () => {
|
||||
console.log('handleRefresh,getBoundPqDevList')
|
||||
//console.log('handleRefresh,getBoundPqDevList')
|
||||
form.value.search = null
|
||||
form.value.checkStatus = null
|
||||
form.value.checkResult = null
|
||||
|
||||
Reference in New Issue
Block a user