Sfoglia il codice sorgente

reactor:版本回滚;

zhangchong 1 anno fa
parent
commit
3d1b9ebc36
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/statistics/order/detailAcceptType.vue

+ 2 - 1
src/views/statistics/order/detailAcceptType.vue

@@ -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 ?? [];