@@ -73,12 +73,14 @@ export default {
},
created () {
this.$store.commit('setCurrentNav', '订单管理>>资金明细')
- this.getAmountDetail()
+ // this.getAmountDetail()
},
methods: {
search () {
this.searchModel.PageIndex = 1
- this.getAmountDetail()
+ if (this.searchModel.keyWord.trim().length>8) {
+ this.getAmountDetail()
+ }
},
getAmountDetail () {
this.loading = true