@@ -4,9 +4,9 @@
<el-button @click="addRow" type="primary" icon="el-icon-plus" :loading="downloading" class="filter-item">
新增
</el-button>
- <el-button @click="download" icon="el-icon-upload2" :loading="downloading" class="filter-item">
+ <!-- <el-button @click="download" icon="el-icon-upload2" :loading="downloading" class="filter-item">
导出
- </el-button>
+ </el-button> -->
</page-title>
<div class="filters-container">
<el-input placeholder="搜索..." v-model="search" clearable class="filter-item search">
@@ -183,6 +183,7 @@ export default {
this.downloading = true;
let params = this.beforeGetData();
params.size = 10000;
+ params.query.projectId = this.$store.state.projectId;
this.$axios
.post('/order/excel', params, {
responseType: 'blob',
<!-- <el-button @click="addRow" type="primary" icon="el-icon-plus" :loading="downloading" class="filter-item">
</el-button> -->
<created-at-picker v-model="createdAt" @input="getData" name="注册"></created-at-picker>