|
@@ -176,8 +176,10 @@ export default {
|
|
|
params = {
|
|
|
// date: '2023-11-20',
|
|
|
// userId: '8377462629387460613'
|
|
|
- date: this.reportDate,
|
|
|
- userId: this.personnelId
|
|
|
+ date: this.reportDate
|
|
|
+ }
|
|
|
+ if (this.personnelId) {
|
|
|
+ params.userId = this.personnelId
|
|
|
}
|
|
|
} else {
|
|
|
urls = '/plan-procedure-total/getReportForWorkList'
|