BUG 30527

This commit is contained in:
aixianling
2022-07-07 09:15:18 +08:00
parent 92f8fd0af8
commit b8401c34c9

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) {