tapd相关修改更新
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
<script setup>
|
||||
import { reactive,ref } from 'vue';
|
||||
import { debounce } from '@/commons/utils/debounce.js'
|
||||
|
||||
import { getCreditBuyerPage,creditBuyerRepayment,creditBuyerOrderPay } from '@/http/api/buyer.js';
|
||||
|
||||
const props=defineProps({
|
||||
@@ -124,7 +124,6 @@
|
||||
|
||||
function open(options){
|
||||
show.value = true;
|
||||
console.log(options)
|
||||
if (options.creditBuyerId) {
|
||||
pageData.formData.creditBuyerId = options.creditBuyerId;
|
||||
pageData.formData.orderId = options.order.orderId;
|
||||
@@ -149,7 +148,7 @@
|
||||
/**
|
||||
* 确认
|
||||
*/
|
||||
let affirm = debounce(() => {
|
||||
let affirm = uni.$utils.debounce(() => {
|
||||
uFormRef.value.validate().then(valid => {
|
||||
if (valid) {
|
||||
console.log(pageData.formData)
|
||||
|
||||
Reference in New Issue
Block a user