@@ -1609,6 +1609,13 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.resetForm("queryForm");
+ const showFlag = this.queryParams.isShow
+ this.queryParams = {
+ pageNum:1,
+ pageSize:10,
+ isShow:showFlag
+ }
+ this.companyId = '';
this.handleQuery();
},
// 多选框选中数据
@@ -1282,6 +1282,14 @@ export default {
+ isShow:1,
+ isAudit:0
+ this.companyId = ''
+ this.storeId = ''