|
@@ -717,12 +717,12 @@ export default {
|
|
|
},
|
|
|
// 打开 批量审批
|
|
|
batchExamine() {
|
|
|
- // if (this.selectData.length) {
|
|
|
+ if (this.selectData.length) {
|
|
|
this.submitExamineForm()
|
|
|
// this.isShowExamineDialog = true;
|
|
|
- // return
|
|
|
- // }
|
|
|
- // this.$errorMsg('请选择审核项')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ this.$errorMsg('请选择审核项')
|
|
|
},
|
|
|
// // 打开 批量审批
|
|
|
// batchExamine() {
|