From 22d8cb7e44b376574160f8277999e970723984b4 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:12:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9B=E5=BB=BA=E5=B7=A5=E5=8D=95-?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E7=B1=BB=E5=9E=8B=EF=BC=8C=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC=20(#1137)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修复创建应用授权工单报错问题 * fix: 创建工单-应用类型,去掉默认值 Co-authored-by: “怀磊” <2280131253@qq.com> --- src/views/tickets/RequestApplicationPerm/CreateUpdate.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue b/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue index 33dedd16c..8d0a7e497 100644 --- a/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue +++ b/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue @@ -34,8 +34,7 @@ export default { meta: { apply_date_expired: date_expired, apply_date_start: date_start, - apply_actions: ['all', 'connect', 'updownload', 'upload_file', 'download_file'], - apply_category_type: ['db', 'mysql'] + apply_actions: ['all', 'connect', 'updownload', 'upload_file', 'download_file'] }, org_id: '', type: 'apply_application'