|
|
@ -437,18 +437,18 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 清除时间 |
|
|
|
// 清除时间 |
|
|
|
getClearTime() { |
|
|
|
getClearTime() { |
|
|
|
clearInterval(this.globalTimer); |
|
|
|
// clearInterval(this.globalTimer); |
|
|
|
clearInterval(this.countVal); |
|
|
|
clearInterval(this.countVal); |
|
|
|
this.globalTimer = ""; |
|
|
|
this.globalTimer = ""; |
|
|
|
if(this.projectPermissions != 0){ |
|
|
|
// if(this.projectPermissions != 0){ |
|
|
|
this.countVal = ""; |
|
|
|
this.countVal = ""; |
|
|
|
this.day = "00"; |
|
|
|
this.day = "00"; |
|
|
|
this.seconds = "00"; |
|
|
|
this.seconds = "00"; |
|
|
|
this.minutes = "00"; |
|
|
|
this.minutes = "00"; |
|
|
|
this.hour = "00"; |
|
|
|
this.hour = "00"; |
|
|
|
}else{ |
|
|
|
// }else{ |
|
|
|
this.text = '所用' |
|
|
|
// this.text = '所用' |
|
|
|
} |
|
|
|
// } |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
handleData(project,type){ |
|
|
|
handleData(project,type){ |
|
|
|