Ver Fonte

fix:取消exportMuBan的无列表数据校验

liujiayin há 3 anos atrás
pai
commit
5b53dc30a9

+ 1 - 1
src/business/platform/data/templaterender/templates/list.vue

@@ -858,7 +858,7 @@ export default {
           return
           return
         }
         }
       }
       }
-      if (this.$utils.isEmpty(this.listData)) {
+      if (this.$utils.isEmpty(this.listData) && buttonType !== 'exportMuBan') {
         this.$message({
         this.$message({
           message: '没有列表数据可导出!',
           message: '没有列表数据可导出!',
           type: 'warning'
           type: 'warning'