代码更新
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
import go from '@/commons/utils/go.js'
|
||||
import { debounce } from '@/commons/utils/debounce.js'
|
||||
import { addCreditBuyer,editCreditBuyer } from '@/api/buyer.js';
|
||||
import { addCreditBuyer,editCreditBuyer } from '@/http/api/buyer.js';
|
||||
|
||||
const pageData = reactive({
|
||||
id: null,
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<script setup>
|
||||
import { reactive,ref } from 'vue';
|
||||
import { debounce } from '@/commons/utils/debounce.js'
|
||||
import { getCreditBuyerPage,creditBuyerRepayment,creditBuyerOrderPay } from '@/api/buyer.js';
|
||||
import { getCreditBuyerPage,creditBuyerRepayment,creditBuyerOrderPay } from '@/http/api/buyer.js';
|
||||
|
||||
const props=defineProps({
|
||||
show:{
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
import myRepayment from './components/my-repayment';
|
||||
import datePickerview from './components/my-date-pickerview.vue'
|
||||
import dayjs from 'dayjs' //时间格式库
|
||||
import { creditBuyerOrderList, creditBuyerOrderSummary } from '@/api/buyer.js';
|
||||
import { creditBuyerOrderList, creditBuyerOrderSummary } from '@/http/api/buyer.js';
|
||||
const pageData = reactive({
|
||||
showStatus: false,
|
||||
statusList:[
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
import go from '@/commons/utils/go.js';
|
||||
import { hasPermission } from '@/commons/utils/hasPermission.js';
|
||||
|
||||
import { getCreditBuyerPage,editCreditBuyer,delCreditBuyer } from '@/api/buyer.js';
|
||||
import { getCreditBuyerPage,editCreditBuyer,delCreditBuyer } from '@/http/api/buyer.js';
|
||||
|
||||
let pageData = reactive({
|
||||
showStatus: false,
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
import { reactive, ref } from 'vue';
|
||||
import { onLoad, onShow, onReachBottom } from '@dcloudio/uni-app';
|
||||
|
||||
import { creditRePaymentRecord } from '@/api/buyer.js';
|
||||
import { creditRePaymentRecord } from '@/http/api/buyer.js';
|
||||
const pageData = reactive({
|
||||
query: {
|
||||
page: 1,
|
||||
|
||||
Reference in New Issue
Block a user