jufubao-admin-library 1.1.192 → 1.1.193
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,9 +21,11 @@
|
|
|
21
21
|
<el-card class="app-container__list">
|
|
22
22
|
<div class="app-container__list-pagination">
|
|
23
23
|
<div></div>
|
|
24
|
+
<!-- #ifdef oa-finance -->
|
|
24
25
|
<div v-if="isExport">
|
|
25
|
-
|
|
26
|
+
<el-button type="primary" @click="handleExport">导出</el-button>
|
|
26
27
|
</div>
|
|
28
|
+
<!-- #endif -->
|
|
27
29
|
</div>
|
|
28
30
|
<div class="app-container__list-table">
|
|
29
31
|
<xd-table
|
|
@@ -367,7 +369,7 @@ export default {
|
|
|
367
369
|
export: true,
|
|
368
370
|
}
|
|
369
371
|
let loading = Loading.service({})
|
|
370
|
-
this.
|
|
372
|
+
this.purchaseMainOrder(params).then(res => {
|
|
371
373
|
console.log(res, 'asdasda')
|
|
372
374
|
this.$message.success('导出任务已经开始执行,请去任务管理查看下载状态')
|
|
373
375
|
this.exportFrom.name = ''
|