From 117a610fabed1ed4b2b78d0ab672b1e95bfb2f05 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期三, 20 七月 2022 10:08:14 +0800
Subject: [PATCH] 添加修改页面,设置修改时默认显示日期范围

---
 src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue b/src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue
index 5fa3450..fc3be6a 100644
--- a/src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue
+++ b/src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue
@@ -23,7 +23,7 @@
                         <el-form-item label="所属部门" prop="depId">
                             <el-cascader
                                 :options="departmentList"
-                                :props="{ emitPath: false, checkStrictly: true, value: 'id', label: 'name' }"
+                                :props="{ emitPath: false, checkStrictly: true, value: 'depId', label: 'depName' }"
                                 placeholder="请选择部门"
                                 clearable
                                 filterable

--
Gitblit v1.9.2