|
@@ -265,7 +265,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- config.params.status = '1,4,5'
|
|
|
+ config.params.status = config.params.status?config.params.status:'1,4,5'
|
|
|
config.params.deptid = ''
|
|
|
config.params.branch = 'Y'
|
|
|
console.log(config.params)
|
|
@@ -276,7 +276,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
window.open(routeData.href.slice(1, routeData.href.length) + '&' + `${this.website.tokenHeader}=${getToken()}`);
|
|
|
-
|
|
|
+ this.exportLoading = false
|
|
|
// getFlowList(1, 10000, param).then(res => {
|
|
|
// const fileData = this.deepClone(res.data.data.records)
|
|
|
// fileData.map(item => {
|