浏览代码

退押审核

zhouhao 2 年之前
父节点
当前提交
4c86c6c899
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/deposit_home/refund_list.vue

+ 4 - 4
src/views/deposit_home/refund_list.vue

@@ -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() {