This commit is contained in:
仲么了
2023-10-26 09:03:16 +08:00
parent 9b6ba745f2
commit 89d3d78f22
16 changed files with 209 additions and 76 deletions

View File

@@ -54,6 +54,7 @@ export default {
data: this.params,
header: this.header,
method: 'POST',
debounce: false,
}).then((res) => {
console.warn(res)
let resultData = res.data?.list || res.data?.records || res.data || []