|
@@ -115,10 +115,11 @@ const queryList = () => {
|
|
|
let request = other.deepClone(state.queryParams);
|
|
|
request.StartDate = historyParams.StartDate;
|
|
|
request.EndDate = historyParams.EndDate;
|
|
|
- request.OrgCode = historyParams.orgCode;
|
|
|
+ request.OrgCode = historyParams.OrgCode;
|
|
|
request.AcceptTypeCode = historyParams.AcceptTypeCode;
|
|
|
request.TypeCode = historyParams.TypeCode;
|
|
|
state.loading = true;
|
|
|
+ console.log(historyParams)
|
|
|
departmentAcceptTypeDetail(request)
|
|
|
.then((response: any) => {
|
|
|
state.tableData = response?.result.items ?? [];
|