微调
This commit is contained in:
@@ -451,6 +451,13 @@ const getTableList = async (params: any) => {
|
||||
'reportState': form.value.checkReportStatus,
|
||||
'name':form.value.search
|
||||
});
|
||||
}else{//点击树根节点,表格显示无数据
|
||||
return getBoundPqDevList({'planId': '',
|
||||
'checkStateList': [0],
|
||||
'checkResult': form.value.checkResult,
|
||||
'reportState': form.value.checkReportStatus,
|
||||
'name':form.value.search
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -579,9 +586,6 @@ const columns = reactive<ColumnProps<Device.ResPqDev>[]>([
|
||||
},
|
||||
{ prop: 'operation', label: '操作', fixed: 'right', minWidth: 200 ,isShow: operationShow},
|
||||
])
|
||||
|
||||
|
||||
|
||||
// 跳转详情页
|
||||
const toDetail = () => {
|
||||
router.push(
|
||||
@@ -1025,7 +1029,6 @@ const handleTest = async (val:string) => {
|
||||
|
||||
};
|
||||
|
||||
|
||||
// 打开 drawer(新增、查看、编辑)
|
||||
const openDrawer = async (title: string, row: any) => {
|
||||
if (title === '查看')
|
||||
@@ -1109,9 +1112,6 @@ onBeforeMount(async () => {
|
||||
}))
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
const handleQuitClicked = () => {
|
||||
emit('batchGenerateClicked'); // 触发事件
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user