Browse Source

完善提示

beijing
陈鹏飞 3 years ago
parent
commit
183bc65278
  1. 1
      src/app/pages/license/file-category/file-category.component.ts
  2. 1
      src/app/pages/license/update-category/update-category.component.ts

1
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 }

1
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 }

Loading…
Cancel
Save