|
@@ -330,7 +330,7 @@
|
|
|
style="margin-left: 10px"
|
|
|
type="primary"
|
|
|
@click="exportDetailAccount"
|
|
|
- v-permission="'export/userCoursesAccount/4389'"
|
|
|
+ v-permission="'export/userCashAccountDetail/4389'"
|
|
|
>导出</el-button
|
|
|
>
|
|
|
</div>
|
|
@@ -784,7 +784,7 @@ export default {
|
|
|
url: "/api-web/export/userCoursesAccount",
|
|
|
fileName: "课程余额明细.xls",
|
|
|
method: "post",
|
|
|
- params: { startTime: startTime, endTime: endTime,organId: this.AccountOrganId.join(",") },
|
|
|
+ params: qs.stringify({ startTime: startTime, endTime: endTime,organId: this.AccountOrganId.join(",") }),
|
|
|
},
|
|
|
"您确定导出课程余额明细?"
|
|
|
);
|
|
@@ -804,12 +804,12 @@ export default {
|
|
|
Export(
|
|
|
this,
|
|
|
{
|
|
|
- url: "/api-web/export/userCoursesAccount",
|
|
|
+ url: "/api-web/export/userCashAccountDetail",
|
|
|
fileName: "账户余额明细.xls",
|
|
|
method: "post",
|
|
|
- params: { startTime: startTime, endTime: endTime,organId: this.AccountDetailOrganId.join(",") },
|
|
|
+ params:qs.stringify( { startTime: startTime, endTime: endTime,organId: this.AccountDetailOrganId.join(",") })
|
|
|
},
|
|
|
- "您确定导出账户余额明细明细?"
|
|
|
+ "您确定导出账户余额明细?"
|
|
|
);
|
|
|
}
|
|
|
},
|