|
|
@@ -240,7 +240,7 @@ |
|
|
|
return |
|
|
|
} |
|
|
|
this.detailData = [] |
|
|
|
let result = await this.NetRequest('/PersonnelManagement/Gz_Amounts/GetDetail', $.param({ userNo: this.multipleSelection[0].UserNo, year: this.multipleSelection[0].Year, month: this.multipleSelection[0].Month }), 'get') |
|
|
|
let result = await this.NetRequest('/PersonnelManagement/Gz_Amounts/GetDetail', $.param({ userNo: this.multipleSelection[0].UserNo, year: this.multipleSelection[0].Year, month: this.multipleSelection[0].Month, cs: this.multipleSelection[0].SendCount }), 'get') |
|
|
|
if (result) { |
|
|
|
let obj = {} |
|
|
|
this.trendsColumn = result.map((e, i) => { |
|
|
|