refactor(工作台): 去掉多余代码

--user=郭雨琦
This commit is contained in:
guoyuqi 2023-01-17 11:15:53 +08:00 committed by xiaomeinvG
parent 3cfc98b003
commit c951233ad6
1 changed files with 0 additions and 2 deletions

View File

@ -603,8 +603,6 @@ export default {
if (!this.projectName || this.projectName === "") { if (!this.projectName || this.projectName === "") {
this.getProjectName(); this.getProjectName();
} }
console.log("clearFilter")
/*this.condition.orders = getLastTableSortField(this.tableHeaderKey);*/
if (this.isFocus) { if (this.isFocus) {
if (this.condition.filters) { if (this.condition.filters) {
delete this.condition.filters['user_id'] delete this.condition.filters['user_id']