|
@@ -611,6 +611,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
searchQuery() {
|
|
|
+ this.toggleSearchStatus = false
|
|
|
if(this.queryParam.flourOrGarment === '' || !this.queryParam.hasOwnProperty('flourOrGarment')){
|
|
|
this.$message.error('请选择查询类型!');
|
|
|
}else if(this.queryParam.account === '' || !this.queryParam.hasOwnProperty('account')){
|