Browse Source

导出时 搜索筛选项转换为数字类型

DELL 3 years ago
parent
commit
804e2cd775
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/order/deliver/index.vue

+ 3 - 0
src/views/order/deliver/index.vue

@@ -490,6 +490,9 @@ export default {
 
     // 导出订单
     handleExportDraw() {
+      if (this.queryParams.resource){
+        this.queryParams.resource = Number(this.queryParams.resource)
+      }
       this.$confirm("是否确认导出订单?", "提示", {
         confirmButtonText: "确定",
         cancelButtonText: "取消",