From f6f8bd8f8885500233f0c0e64a21348b1017a610 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 31 一月 2024 14:11:16 +0800 Subject: [PATCH] 设备管理页面查询区域按照车间名称查询方式由输入改为树选择 --- src/views/system/modules/QuartzJobListModal.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/modules/QuartzJobListModal.vue b/src/views/system/modules/QuartzJobListModal.vue index b9e07b4..3910b90 100644 --- a/src/views/system/modules/QuartzJobListModal.vue +++ b/src/views/system/modules/QuartzJobListModal.vue @@ -67,7 +67,7 @@ import JDictSelectTag from '@/components/dict/JDictSelectTag' import { deleteAction, - requestPut, + requestPut, getAction, downFile, postAction -- Gitblit v1.9.3