From 937f1ac915d8df3b7f63f6efebc01529ac2ab7be Mon Sep 17 00:00:00 2001 From: lwh <2679599887@qq.com> Date: Mon, 29 May 2023 22:47:39 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E6=94=B9=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Download/DownloadCategorys/components/AddDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/Download/DownloadCategorys/components/AddDialog.vue b/src/views/business/Download/DownloadCategorys/components/AddDialog.vue index 5670d6f..4568755 100644 --- a/src/views/business/Download/DownloadCategorys/components/AddDialog.vue +++ b/src/views/business/Download/DownloadCategorys/components/AddDialog.vue @@ -117,7 +117,7 @@ const handleAddClick = async (formEl) => { return; } - + formData.downloadCategoryAuditStatus = 2; const { code } = await addOrUpdateDownloadCategory(formData); if (code == 200) { modal.msgSuccess('添加成功')