mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
fix: 审批中心修复loadIng效果
This commit is contained in:
parent
b04647e65a
commit
cbbd50a2e3
@ -448,16 +448,14 @@ export default {
|
||||
return;
|
||||
}
|
||||
this.__tabsClick = setTimeout(() => { this.__tabsClick =null; },time)
|
||||
if(time == 0){
|
||||
this.loadIng = true;
|
||||
}
|
||||
this.tabsValue = val || this.tabsValue
|
||||
if(val){
|
||||
this.approvalType = this.searchState = "all"
|
||||
this.approvalName = ""
|
||||
}
|
||||
//
|
||||
this.detailsShow = false;
|
||||
this.detailsShow = false;
|
||||
this.loadIng = true;
|
||||
//
|
||||
if(this.tabsValue == 'unread'){
|
||||
if(val === false){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user