From f88488f015dcf63eeb18a1e285d87250c433b6a1 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期一, 05 十二月 2022 10:23:03 +0800 Subject: [PATCH] 新增有效期限 --- src/views/selfCheck/index.vue | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/views/selfCheck/index.vue b/src/views/selfCheck/index.vue index 3908fbc..fce537d 100644 --- a/src/views/selfCheck/index.vue +++ b/src/views/selfCheck/index.vue @@ -69,6 +69,7 @@ import repair from "./components/repair" import checkDetails from "./components/checkDetails" import { getUnDoneCheckTask } from '@/api/selfCheck' + import { getCheckUnitType } from "@/api/specialCheck" export default { name: "selfCheck", @@ -90,6 +91,7 @@ }, created() { const t = this + // t.getCheckUnitType() t.getUncheckList() }, mounted() { @@ -112,6 +114,18 @@ this.getUncheckList() }, + // async getCheckUnitType(){ + // const t = this + // console.log(t.unitType,5555555) + // let res = await getCheckUnitType() + // if(res.data.code === "200"){ + // t.unitType = res.data.result.checkUnitType + // }else{ + // t.unitType = -1 + // } + // console.log(t.unitType,66666666) + // }, + toReport(row){ const t = this t.$refs.report.dialogVisible = true -- Gitblit v1.9.2