UPDATE: 修改计划数据源选择逻辑。
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
link
|
||||
icon="Postcard"
|
||||
@click="openDrawer('报告生成', scope.row)"
|
||||
v-if="form.activeTabs === 3 && modeStore.currentMode == '比对式'"
|
||||
v-if="form.activeTabs === 3"
|
||||
>
|
||||
报告生成
|
||||
</el-button>
|
||||
@@ -225,7 +225,6 @@ import { documentedPqDev } from '@/api/device/report'
|
||||
import { ResultEnum } from '@/enums/httpEnum'
|
||||
import { getPqMonList } from '@/api/device/monitor/index.ts'
|
||||
import ReportResultPopup from '@/views/home/components/reportResultPopup.vue'
|
||||
import { el } from 'element-plus/es/locale'
|
||||
|
||||
const checkStore = useCheckStore()
|
||||
let devNum = 0 //当前选取的被检设备数量
|
||||
|
||||
Reference in New Issue
Block a user