浏览代码

bug修复

chenrui 3 年之前
父节点
当前提交
482227b7dc
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/inventoryManagement/inventoryQuery/list.vue

+ 5 - 0
src/views/inventoryManagement/inventoryQuery/list.vue

@@ -262,6 +262,11 @@ export default {
     handleExcelOk (exportType) {
       const _this = this
       const params = JSON.parse(JSON.stringify(this.queryParam))
+      if (params.zeroQtyFlag) {
+        params.zeroQtyFlag = '0'
+      } else {
+        params.zeroQtyFlag = ''
+      }
       params.exportType = exportType
       this.exportLoading = true
       this.spinning = true