From 65f86f41dedbbbb7030e2f37ce3e001bbca4923a Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期四, 15 五月 2025 13:03:25 +0800 Subject: [PATCH] 查询日历带适用工厂 --- src/views/basicData/calendar/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/basicData/calendar/index.vue b/src/views/basicData/calendar/index.vue index 781823a..9a6fd7e 100644 --- a/src/views/basicData/calendar/index.vue +++ b/src/views/basicData/calendar/index.vue @@ -26,7 +26,7 @@ <el-select style="width: 140px" clearable - v-model="queryParams.plant" + v-model="queryParams.applicableFactory" placeholder="閫傜敤宸ュ巶" > <el-option @@ -642,7 +642,7 @@ pageNum: 1, pageSize: 10, description: null, - plant: null, + applicableFactory: null, type: null, effectiveDate: null, expiringDate: null, -- Gitblit v1.9.3