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