whychw
2020-10-17 0497a87a0fa1f435c38858e0303484fc09377f43
src/views/loadManager/manualload.vue
@@ -417,7 +417,6 @@
    }
    // 数据导出
    ,exportData (obj) {
      console.log('数据导出');
      this.export_id = obj.dev_id;
      this.export_name = obj.dev_name;
      this.exportDialogVisible = true;
@@ -444,13 +443,12 @@
    }
    ,exportCsv () {
      let param = {
        dev_name: this.export_name,
        dev_name: this.export_name.replace(/#/g, '号'),
        dev_id: this.export_id,
        export_num: 1,
        table_name: this.export_date.replace(/-/g, '_'),
        record_time: this.export_date + " 00:00:00"
      };
      console.log(param, 'param');
      // 显示进度条
      this.progress.show = true;
      // 请求后台