From 183bc652787fd6fb1d0fba2c97145fead7880ee4 Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Thu, 19 May 2022 09:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/license/file-category/file-category.component.ts | 1 + .../pages/license/update-category/update-category.component.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/pages/license/file-category/file-category.component.ts b/src/app/pages/license/file-category/file-category.component.ts index e8a7828..a744e39 100644 --- a/src/app/pages/license/file-category/file-category.component.ts +++ b/src/app/pages/license/file-category/file-category.component.ts @@ -154,6 +154,7 @@ export class FileCategoryComponent implements OnInit { //提交审核 submitReview(item) { if (!item.id) { + this.message.create('warning', '该证照请编辑保存后再提交审核!'); return } let params = { id: item.id } diff --git a/src/app/pages/license/update-category/update-category.component.ts b/src/app/pages/license/update-category/update-category.component.ts index 4e36b4f..26c624e 100644 --- a/src/app/pages/license/update-category/update-category.component.ts +++ b/src/app/pages/license/update-category/update-category.component.ts @@ -184,6 +184,7 @@ export class UpdateCategoryComponent implements OnInit { //提交审核 submitReview(item){ if (!item.id) { + this.message.create('warning', '该证照请编辑保存后再提交审核!'); return } let params = { id: item.id }