This commit is contained in:
@@ -125,6 +125,13 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
search(){
|
search(){
|
||||||
|
if(this.searchModel.keyWord.length<1){
|
||||||
|
this.$message({
|
||||||
|
message: '请正确填写',
|
||||||
|
type: 'warning'
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
this.searchModel.PageIndex=1;
|
this.searchModel.PageIndex=1;
|
||||||
this.get();
|
this.get();
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -217,6 +217,13 @@ export default {
|
|||||||
// this.get()
|
// this.get()
|
||||||
// },
|
// },
|
||||||
search () {
|
search () {
|
||||||
|
if(this.searchModel.keyWord.length<1){
|
||||||
|
this.$message({
|
||||||
|
message: '请正确填写会员号',
|
||||||
|
type: 'warning'
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
if (this.last_month && this.last_month.length === 2) {
|
if (this.last_month && this.last_month.length === 2) {
|
||||||
this.searchModel.last_month.s_time = this.last_month[0]
|
this.searchModel.last_month.s_time = this.last_month[0]
|
||||||
this.searchModel.last_month.e_time = this.last_month[1]
|
this.searchModel.last_month.e_time = this.last_month[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user