Merge branch 'dev' into vite

This commit is contained in:
aixianling
2022-07-07 09:33:20 +08:00

View File

@@ -86,7 +86,7 @@ export default {
},
methods: {
handleSearch() {
this.instance.post("/appcreditreport/listForWeb", null, {
this.search.param && this.instance.post("/appcreditreport/listForWeb", null, {
params: {...this.search, ...this.page}
}).then(res => {
if (res?.data) {