diff --git a/public/template/证件信息模板.xlsx b/public/template/证件信息模板.xlsx deleted file mode 100644 index 9f4a8e5..0000000 Binary files a/public/template/证件信息模板.xlsx and /dev/null differ diff --git a/src/views/certificate/certificateManage/certificateInfo/index.vue b/src/views/certificate/certificateManage/certificateInfo/index.vue index 7e749d7..a8d7293 100644 --- a/src/views/certificate/certificateManage/certificateInfo/index.vue +++ b/src/views/certificate/certificateManage/certificateInfo/index.vue @@ -218,7 +218,7 @@ - + @@ -244,19 +244,19 @@ - + - + - - + { let paramd = Object.assign({},this.taskForm) + if(!this.taskForm.startTime){ + this.$modal.msgError("请选择开始时间!"); + return; + } + if(!this.taskForm.endTime){ + this.$modal.msgError("请选择结束时间!"); + return; + } console.log(paramd) console.log(this.ids) if (valid) {