From 2e52dcb4fb8766d7d9c0034b7bba3e1d02e24906 Mon Sep 17 00:00:00 2001 From: zhaojiale <631455805@qq.com> Date: 星期四, 04 八月 2022 10:43:29 +0800 Subject: [PATCH] 事故报告除图片外完成 --- src/components/DailogSearch/DailogSearch.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/DailogSearch/DailogSearch.vue b/src/components/DailogSearch/DailogSearch.vue index b1fa129..b2c186a 100644 --- a/src/components/DailogSearch/DailogSearch.vue +++ b/src/components/DailogSearch/DailogSearch.vue @@ -93,7 +93,7 @@ qName: '', ////安全目标指标 indexNum: '', ////目标指标编号 targetType: '', ////指标类型 1:年指标 2:月指标 - divideStatus: '', ////分解状态 1:已分解 2:未分解 + divideStatus: '2', ////分解状态 1:已分解 2:未分解 }, }); // 下方导航与表格 -- Gitblit v1.9.2