parent
3cfc98b003
commit
c951233ad6
|
@ -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']
|
||||||
|
|
Loading…
Reference in New Issue