|
@@ -180,7 +180,7 @@ export default {
|
180
|
180
|
return this.toolClass.dateFormat(date, 'yyyy-MM-dd hh:mm:ss')
|
181
|
181
|
},
|
182
|
182
|
excelSignin () { // 导出Excel
|
183
|
|
- window.open(`${this.toolClass.ReplaceOrg(this.$api.caseManager.getExcelSignin.url)}?token=${localStorage.getItem('JWT')}&selectType=${this.$data.valueTime}&caseid=${this.$data.valueCase}`, '_blank')
|
|
183
|
+ window.open(`${this.toolClass.ReplaceOrg(this.$api.caseManager.getExcelSignin.url)}?token=${localStorage.getItem('JWT')}&selectType=${this.valueTime}&caseid=${this.postData.caseid}`, '_blank')
|
184
|
184
|
}
|
185
|
185
|
},
|
186
|
186
|
computed: {
|