|
@@ -39,7 +39,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { listRefund, updateRefund } from "@/api/bank/refund";
|
|
|
+import { refundFailList, updateFailRefund } from "@/api/bank/refund";
|
|
|
import { checkRole } from "@/utils/permission"; // 权限判断函数
|
|
|
import { backCustomFile } from './exportFile';
|
|
|
|
|
@@ -84,7 +84,7 @@ export default {
|
|
|
this.loading = true;
|
|
|
this.refundList = []
|
|
|
|
|
|
- listRefund(this.queryParams).then(response => {
|
|
|
+ refundFailList(this.queryParams).then(response => {
|
|
|
this.refundList = response.rows;
|
|
|
this.total = response.total;
|
|
|
this.loading = false;
|
|
@@ -118,7 +118,7 @@ export default {
|
|
|
status: '6'
|
|
|
}
|
|
|
|
|
|
- updateRefund(params)
|
|
|
+ updateFailRefund(params)
|
|
|
.then(res => {
|
|
|
this.$message({
|
|
|
type: 'success',
|