BUG 30527
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.instance.post("/appcreditreport/listForWeb", null, {
|
this.search.param && this.instance.post("/appcreditreport/listForWeb", null, {
|
||||||
params: {...this.search, ...this.page}
|
params: {...this.search, ...this.page}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user