Explorar o código

价格目录全部导出更改参数

黄梓星 hai 1 ano
pai
achega
57f553b299
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/purchase/catalogue/index.vue

+ 1 - 1
src/views/purchase/catalogue/index.vue

@@ -93,7 +93,7 @@ export default {
     // 导出全部
     exportAll() {
       this.$modal.loading("正在导出数据,请稍后...");
-      exportAll().then(res => {
+      exportAll(this.params).then(res => {
         this.$modal.closeLoading();
         const blob = new Blob([res], {
           type: "application/vnd.ms-excel;charset=UTF-8",