tapd相关修改更新
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
import { reactive, ref } from 'vue';
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
import go from '@/commons/utils/go.js'
|
||||
import { debounce } from '@/commons/utils/debounce.js'
|
||||
|
||||
import { addCreditBuyer,editCreditBuyer } from '@/http/api/buyer.js';
|
||||
|
||||
const pageData = reactive({
|
||||
@@ -120,7 +120,7 @@
|
||||
* 保存
|
||||
*/
|
||||
|
||||
let save = debounce(() => {
|
||||
let save = uni.$utils.debounce(() => {
|
||||
console.log(pageData.formData)
|
||||
uFormRef.value.validate().then(valid => {
|
||||
if (valid) {
|
||||
|
||||
Reference in New Issue
Block a user