Merge branch 'dev' into vite
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user