centaline-data-driven 1.6.69 → 1.6.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.6.69",
3
+ "version": "1.6.71",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,26 @@
1
+ # v1.6.71
2
+ 2026-08-20
3
+
4
+ 优化
5
+
6
+ 列表类界面的操作更新事件响应效果添加动画体验:新增、编辑、删除
7
+
8
+ # v1.6.70
9
+ 2026-07-30
10
+
11
+ 优化
12
+
13
+ tags控件默认显示10行,超过10行根据rows配置显示,超过行数则滚动显示
14
+
15
+ # v1.6.69
16
+ 2026-07-24
17
+
18
+ BUG
19
+
20
+ 重置添加控件隐藏关系
21
+
22
+ sos组件 清空数据 重复调用修复
23
+
1
24
  # v1.6.67
2
25
  2026-07-20
3
26
 
package/src/Form.vue CHANGED
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div id="form-app" class="data-driven" style="width:100%;height:100%;overflow:auto">
3
3
  <!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
4
- <ct-form :api="'/api/third-dept-tran/transaction/edit'" :apiParam="apiParam" :topHeight="topHeight" :documentHeight="'600px'"></ct-form>
4
+ <ct-form :api="'/PropertyTrust/readDetail'" :apiParam="apiParam" :topHeight="topHeight" :documentHeight="'600px'"></ct-form>
5
5
  <ct-dialog-list></ct-dialog-list>
6
6
  </div>
7
7
  </template>
@@ -12,7 +12,7 @@
12
12
  data() {
13
13
  return {
14
14
  apiParam:{
15
- "originalTraId":"2010955673514090498","actionType":3,"pageStyle":2,"pageTitle":"修改成交单","pageOnly":true
15
+ "trustID":"2082015429542465536","actionType":1
16
16
  },
17
17
  topHeight:10,
18
18
  }
@@ -23,7 +23,7 @@
23
23
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/agentuserlist/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/agentuserlist/getList'"></ct-searchlist> -->
24
24
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/buildinginfo/getLayoutOfSearch'" :searchDataApi="'/buildinginfo/getList'"></ct-searchlist> -->
25
25
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/roomtypelist/getLayoutOfSearch'" :searchDataApi="'/roomtypelist/getList'"></ct-searchlist> -->
26
- <ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist>
26
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist> -->
27
27
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/sunexpensemanage/sunexpenserecordlist/getLayoutOfSearch'" :searchDataApi="'/sunexpensemanage/sunexpenserecordlist/getList'"></ct-searchlist> -->
28
28
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/workwxmanage/WorkWXApplicationList/getLayoutOfSearch'" :searchDataApi="'/workwxmanage/WorkWXApplicationList/getList'"></ct-searchlist> -->
29
29
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/UrgentResponsiblePersonList/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/UrgentResponsiblePersonList/getList'"></ct-searchlist> -->
@@ -48,6 +48,7 @@
48
48
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/customermanage/ProjectCustomerList/getLayoutOfSearch'" :searchDataApi="'/customermanage/ProjectCustomerList/getList'"></ct-searchlist> -->
49
49
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/dealmanagementreport/StandingBookSZList/getLayoutOfSearch'" :searchDataApi="'/dealmanagementreport/StandingBookSZList/getList'"></ct-searchlist> -->
50
50
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/dealmanagementreport/standingbookreport/getLayoutOfSearch'" :searchDataApi="'/dealmanagementreport/standingbookreport/getList'"></ct-searchlist> -->
51
+ <ct-searchlist :apiParam="para" :searchConditionApi="'/saleconfigurationmanagement/CurrencyTypeExchangeRateList/getLayoutOfSearch'" :searchDataApi="'/saleconfigurationmanagement/CurrencyTypeExchangeRateList/getListOfSearchModel'"></ct-searchlist>
51
52
  <!-- CCES -->
52
53
 
53
54
  <!-- <ct-searchlist :apiParam="para"
@@ -114,6 +115,7 @@
114
115
  <!-- <ct-searchlist :appRootUrl="appRootUrl" :searchConditionApi="'/SystemParameterList/getLayoutOfSearch'" :searchDataApi="'/SystemParameterList/getListOfSearchModel'"></ct-searchlist> -->
115
116
  <!-- <ct-searchlist :appRootUrl="appRootUrl" :searchConditionApi="'/EmployeeResourcesTranList/getLayoutOfSearch'" :searchDataApi="'/EmployeeResourcesTranList/getListOfSearchModel'"></ct-searchlist> -->
116
117
  <!-- <ct-searchlist :apiParam="apiParam" :searchConditionApi="'/propertyPublishList/getLayoutOfSearch'" :searchDataApi="'/propertyPublishList/getListOfSearchModel'" :searchStatsApi="'/propertyPublishList/getListStats'"></ct-searchlist> -->
118
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/PropertyTrustList/getLayoutOfSearch'" :searchDataApi="'/PropertyTrustList/getListOfSearchModel'"></ct-searchlist> -->
117
119
 
118
120
  <!-- onecard -->
119
121
  <!-- <ct-searchlist :appRootUrl="appRootUrl" :searchConditionApi="'/cache/getLayoutOfSearchForCache'" :searchDataApi="'/cache/getListOfSearchModelForCache'"></ct-searchlist> -->
@@ -153,7 +155,8 @@
153
155
  // appRootUrl:'http://10.88.22.13:6060/onecard-api/',
154
156
  appRootUrl:'',
155
157
  para:{
156
- "type":"left"
158
+ "type":"left",
159
+ // chanceID: "10049156",
157
160
  },
158
161
  }
159
162
  },
@@ -968,7 +968,7 @@ export default {
968
968
  let rowNew = this.model.listData[newIndex];
969
969
  let selectMergedIndexOld = -1;
970
970
  let selectMergedIndexNew = -1;
971
- if (rowOld.$rowsMerged) {
971
+ if (rowOld && rowOld.$rowsMerged) {
972
972
  if (rowOld.$rowsMerged.includes(newIndex)) {
973
973
  selectMergedIndexNew = oldIndex;
974
974
  }
@@ -2161,7 +2161,7 @@ export default {
2161
2161
  if (router.flagFreshCurrentRow || router.flagAddRowAfterAction) {
2162
2162
  self.tableComplate = true;
2163
2163
  self.model.getCurrentRowApiData(
2164
- function () {
2164
+ function (editFields) {
2165
2165
  self.$forceUpdate();
2166
2166
  self.tableComplate = false;
2167
2167
  self.$emit("searchComplate");
@@ -2171,12 +2171,56 @@ export default {
2171
2171
  if(self.model.flagNotificationParentAfterContentChanged){
2172
2172
  self.$emit("flagNotificationParentAfterContentChanged");
2173
2173
  }
2174
+
2175
+ if(router.flagAddRowAfterAction){
2176
+ self.rowClickHandle(event,0);
2177
+ self.useTableAnimation("filter");
2178
+ }
2179
+ else{
2180
+ if(editFields && editFields.length>0){
2181
+ self.useTableAnimationFields(editFields);
2182
+ }
2183
+ // self.useTableAnimation(router.flagFreshCurrentRow?"update":"filter");
2184
+ }
2174
2185
  },
2175
2186
  data,
2176
2187
  router
2177
2188
  );
2178
2189
  }
2179
2190
  },
2191
+ useTableAnimation(type){
2192
+ this.$nextTick(() => {
2193
+ const targetRow = this.currentRow;
2194
+ const className = `table-row-${type}`;
2195
+ targetRow.classList.add(className);
2196
+ // 动画结束后移除类名
2197
+ setTimeout(() => {
2198
+ targetRow.classList.remove(className);
2199
+ }, 400);
2200
+ });
2201
+ },
2202
+ useTableAnimationFields(editFields){
2203
+ this.$nextTick(() => {
2204
+ const targetRow = this.currentRow;
2205
+ const className = 'table-row-filter';
2206
+ editFields.forEach((item) => {
2207
+ const cell = targetRow.querySelector(`[columnid="${item}"]`);
2208
+ if (cell) {
2209
+ cell.classList.add(className);
2210
+ }
2211
+ });
2212
+
2213
+ // 动画结束后移除类名
2214
+ setTimeout(() => {
2215
+ editFields.forEach((item) => {
2216
+ const cell = targetRow.querySelector(`[columnid="${item}"]`);
2217
+ if (cell) {
2218
+ cell.classList.remove(className);
2219
+ }
2220
+ });
2221
+ }, 400);
2222
+ });
2223
+ },
2180
2224
  importComplete(res, field) {
2181
2225
  var self = this;
2182
2226
  if (res && res.rtnCode && res.rtnCode === 201) {
@@ -2580,6 +2624,66 @@ export default {
2580
2624
  border-top: 1px solid #ebeef5;
2581
2625
  }
2582
2626
 
2627
+ .table-row-update {
2628
+ transform-origin: center center;
2629
+ animation: rowRoll 0.9s ease;
2630
+ }
2631
+ @keyframes rowRoll{
2632
+ 0% { transform: scaleY(1); }
2633
+ 50% { transform: scaleY(0.3); }
2634
+ 100% { transform: scaleY(1); }
2635
+ }
2636
+ .table-row-filter {
2637
+ animation: rowfilter 0.9s ease forwards;
2638
+ }
2639
+ /* 编辑动画模糊清晰 */
2640
+ @keyframes rowfilter {
2641
+ 0% {filter: blur(4px);opacity: 0.2;}
2642
+ 50% {filter: blur(2px);opacity: 0.6;}
2643
+ 100% {filter: blur(0);opacity: 1;}
2644
+ }
2645
+ .table-row-add {
2646
+ animation: rowSlideIn 0.4s ease-out;
2647
+ }
2648
+ /* 新增动画从上到下显示 */
2649
+ @keyframes rowSlideIn {
2650
+ from { opacity: 0; transform: translateY(-20px); background-color: #f0f9eb; }
2651
+ to { opacity: 1; transform: translateY(0); background-color: transparent; }
2652
+ }
2653
+ .table-row-delete {
2654
+ /* animation: rowFadeOutRoll 0.35s ease-in forwards; */
2655
+ animation: rowFadeOutFilter 0.5s ease forwards;
2656
+ }
2657
+ /* 删除动画向右移 */
2658
+ @keyframes rowFadeOutRight {
2659
+ from { opacity: 1; transform: translateX(0); }
2660
+ to { opacity: 0; transform: translateX(30px); height: 0; padding: 0; overflow: hidden; }
2661
+ }
2662
+ /* 删除动画向左移 */
2663
+ @keyframes rowFadeOutLeft {
2664
+ from { opacity: 1; transform: translateX(0); }
2665
+ to { opacity: 0; transform: translateX(-30px); height: 0; padding: 0; overflow: hidden; }
2666
+ }
2667
+ /* 删除动画向内消失 */
2668
+ @keyframes rowFadeOutRoll {
2669
+ 0% { transform: scaleY(1) scaleX(1); }
2670
+ 50% { transform: scaleY(0.3) scaleX(0.5); }
2671
+ 100% { transform: scaleY(0) scaleX(0); }
2672
+ }
2673
+ /* 删除动画模糊消失 */
2674
+ @keyframes rowFadeOutFilter {
2675
+ 0% {filter: blur(0);opacity: 1;}
2676
+ 50% {filter: blur(2px);opacity: 0.5;}
2677
+ 100% {filter: blur(4px);opacity: 0;}
2678
+ }
2679
+ .table-row-edit {
2680
+ animation: rowHighlight 0.6s ease;
2681
+ }
2682
+ @keyframes rowHighlight {
2683
+ 0%, 100% { background-color: transparent; }
2684
+ 50% { background-color: #ecf5ff; }
2685
+ }
2686
+
2583
2687
  .ct-searchtable .ct-table {
2584
2688
  min-width: 100%;
2585
2689
  border-collapse: collapse;
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="field-top-noimportant">
3
- <div class="ccai ct-tags" style="width:100%;display:flex">
3
+ <div class="ccai ct-tags" style="width:100%;display:flex;">
4
4
  <div style="flex:1;display:flex;margin-right: 5px;" :class="[(focus || showDrop)?'isfocus':'',model.attrs.size?'ct-tags-'+model.attrs.size:''
5
5
  ]" @mouseover="mouseOverHandle" @mouseout="mouseOutHandle">
6
6
  <div style="flex:1;position: relative;" :class="[model.showLabel?'el-input-group el-input-group--prepend':'',!valid?'inputError':'']">
@@ -8,7 +8,8 @@
8
8
  {{model.label}}
9
9
  </div>
10
10
  <el-select ref="refselect" :key="model.itemKey" v-model="model.value" :no-data-text="nodatatext"
11
- :disabled="model.locked" :placeholder="soPlaceholder" :clearable="model.clearable" style="width:100%"
11
+ :disabled="model.locked" :placeholder="soPlaceholder" :clearable="model.clearable" style="width:100%;"
12
+ :style="{ '--tags-max-height': apiMaxHeight + 'px' }"
12
13
  :filter-method="getOptions" :filterable="model.filterable" :multiple="model.multiple"
13
14
  @change="tagsChange" @clear="clearClickHandle" @focus="clickHandle" @visible-change="visibleChange"
14
15
  @compositionstart="handleCompositionStart" @compositionend="handleCompositionEnd">
@@ -55,6 +56,7 @@
55
56
  nodatatext:' ',
56
57
  open:false,
57
58
  isComposing: false,
59
+ apiMaxHeight:280,
58
60
  }
59
61
  },
60
62
  created() {
@@ -66,6 +68,9 @@
66
68
  }
67
69
  this.model.$self=this;
68
70
  this.showPrefix();
71
+ if(this.model.rows && this.model.rows>10){
72
+ this.apiMaxHeight = this.model.rows * 28;
73
+ }
69
74
  },
70
75
  destroyed (){
71
76
  this.model = null;
@@ -249,6 +254,9 @@
249
254
  }
250
255
  </script>
251
256
  <style>
257
+ .ct-tags .el-select .el-select__tags{
258
+ max-height: var(--tags-max-height);overflow-y: auto;
259
+ }
252
260
  .ct-tags .ct-input_inner::-webkit-input-placeholder {
253
261
  color: var(--bagGray);
254
262
  }
@@ -637,15 +637,15 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
637
637
  }
638
638
  }
639
639
 
640
- var self = this;
641
- var searchFields = {
640
+ let self = this;
641
+ let searchFields = {
642
642
  fields: []
643
643
  };
644
644
  //this.searchModel ? this.searchModel.searchData : { fields: [] };
645
645
  if(this.searchModel && this.searchModel.searchDataOfHide){
646
646
  searchFields=this.searchModel.searchDataOfHide
647
647
  }
648
- var searchValue1 = router.flagAddRowAfterAction ? rtnData.responseData.content : rtn.listData[rtn.selectIndex][self.primaryKey];
648
+ let searchValue1 = router.flagAddRowAfterAction ? rtnData.responseData.content : rtn.listData[rtn.selectIndex][self.primaryKey];
649
649
  if (self.primaryKey) {
650
650
  searchFields.fields.push({
651
651
  fieldName1: self.primaryFieldMappingDBName ? self.primaryFieldMappingDBName : self.primaryKey,
@@ -666,6 +666,7 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
666
666
  }
667
667
  })
668
668
  .then(function (response) {
669
+ let editFields = [];
669
670
  if (response.rtnCode === Enum.ReturnCode.Successful) {
670
671
  if (response.content.rows && response.content.rows.length > 0) {
671
672
  if (router.flagAddRowAfterAction) {
@@ -679,8 +680,17 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
679
680
  rtn.$vue.calculatingRowHeight()
680
681
  }
681
682
  else {
683
+ let rowsCount = response.content.rows.length || 0;
682
684
  response.content.rows.forEach((row) => {
683
685
  for (var vkey in row) {
686
+ if(rowsCount===1){
687
+ let arr = self.dataFieldcolumns.filter(v => {
688
+ return v.show && v.id === common.initialsToLowerCase(vkey);
689
+ });
690
+ if(arr.length>0 && row[vkey]!=rtn.dataDictionary[row[rtn.primaryKey]][vkey]){
691
+ editFields.push(vkey);
692
+ }
693
+ }
684
694
  rtn.dataDictionary[row[rtn.primaryKey]][vkey] = row[vkey];
685
695
  }
686
696
  for (var vkey in rtn.dataDictionary[row[rtn.primaryKey]]) {
@@ -733,7 +743,7 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
733
743
  }
734
744
 
735
745
  if (typeof callback !== 'undefined') {
736
- callback();
746
+ callback(editFields);
737
747
  }
738
748
  })
739
749
  .catch((error) => {
@@ -884,13 +894,31 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
884
894
  case Enum.ActionType.CloseTabThenDelete: //删除
885
895
  var deleteRow = response.content.split(',');
886
896
  if (deleteRow) {
887
- deleteRow.forEach((r) => {
888
- const dataIndex = rtn.listData.indexOf(rtn.dataDictionary[r])
889
- if (dataIndex !== -1) {
890
- rtn.listData.splice(dataIndex, 1);
891
- delete rtn.dataDictionary[r];
892
- }
893
- });
897
+ if(deleteRow.length===1){
898
+ let targetRow = rtn.$vue.currentRow;
899
+ let className = 'table-row-delete';
900
+ targetRow.classList.add(className);
901
+ setTimeout(() => {
902
+ targetRow.classList.remove(className);
903
+ deleteRow.forEach((r) => {
904
+ const dataIndex = rtn.listData.indexOf(rtn.dataDictionary[r])
905
+ if (dataIndex !== -1) {
906
+ rtn.listData.splice(dataIndex, 1);
907
+ delete rtn.dataDictionary[r];
908
+ }
909
+ });
910
+ rtn.$vue.$forceUpdate();
911
+ }, 400);
912
+ }
913
+ else{
914
+ deleteRow.forEach((r) => {
915
+ const dataIndex = rtn.listData.indexOf(rtn.dataDictionary[r])
916
+ if (dataIndex !== -1) {
917
+ rtn.listData.splice(dataIndex, 1);
918
+ delete rtn.dataDictionary[r];
919
+ }
920
+ });
921
+ }
894
922
  }
895
923
 
896
924
  source.page.rows = source.page.rows - deleteRow.length;
package/src/main.js CHANGED
@@ -24,9 +24,9 @@ Vue.use(centaline, {
24
24
  // baseUrl: "http://10.25.10.67:8999/service-api/v1/form/router",
25
25
  // baseUrl: "http://10.88.22.46:8999/service-api/v1/form/router",
26
26
  // baseUrl: "http://10.88.22.13:17070/max-uplink-api/",
27
- // baseUrl: "http://10.88.22.13:9004/max-uplink-api/",
28
27
  // baseUrl: "http://10.88.22.13:7080/ibs-api/",
29
- baseUrl:"http://szamaxbusiness-api-test2.centaline.com.cn/max-uplink-api/",
28
+ // baseUrl: "http://10.88.22.13:9004/max-uplink-api/",
29
+ // baseUrl:"http://szamaxbusiness-api-test2.centaline.com.cn/max-uplink-api/",
30
30
  // baseUrl: "http://10.88.22.13:7070/onecard-api/",
31
31
  // baseUrl: "http://10.6.1.163:9000/max-uplink-api/v1/form/router",
32
32
  // baseUrl: "http://10.28.21.164:9004/max-uplink-api/",
@@ -73,7 +73,7 @@ Vue.use(centaline, {
73
73
  return {
74
74
  // oldToken: '1094eb9c-0ec7-4fcf-952f-7fc4258ca3b0',
75
75
  // token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjksOwjAMBe-SdS05tuPE7PpJNhwCBWglWCHaSiDE3SniEGznjfTm5eb16HYuIUWltoc-sYKkYGDcF_ApGWYzjrE_CHOHKANQxAJSYgYTCYBoahaC0qAHJc6lbRW8bLuUbpNIBDS3QTJhZiHXuPFxczsfmXxCJG3cpS4_gMb6Bes83vfj8x9x1-Wy3eJ48seQJuCaziATTWDRIlSazCNrlerd-wMAAP__.93H7c7k4TLTqbKpozp0aTSU4U_WrQu3eS990iS-TCpw',
76
- authObject: '{token:"aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjkFqQzEMBe_idQSSLFlSdna-vekhQvPrQLoqTQINoXfvL_QO3Q3DwHvPdL2f0j6xLV16IWidMghL3igzIKourY7ejI8xqvqCAszRQIYN8LAMSpErurfe5OgHJEYm0EM1EKsKVUdA7kXM0RZsnHZpfn2kPZmLhmHYLl1eb3-CsPyK-3V-vszHf5x7v122WT3NVWlmCFtxi-UN3CTAz4hU1lLW80zfPwAAAP__.H0p1TgPn4ZzpOr0cxOFwuNyZCyv3I8oJeDftNOLlr0E"}',
76
+ // authObject: '{token:"aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjEOgkAQRe-yNZPssrM7s3TsAI2HICBjgpURSDTGu6tRO3tf8YvXvH8zyzaayjRcW5TOg7RlAGwoQN0RQxZmm0vymLlPH-DHfOmdw0QutlAnEsCIHtgJg2AU7JrWS25MYfRyMpUjDhgDWleYeVjfwlOyL7Etet7p9R_njuv8zPJklad9gqgxAo40AKMlUOt8qU4PA1pzfwAAAP__.AhTuiD7eEL6iMN4iqr9tazgm8v3ZR4ounA2g7IAWia8"}',
77
77
 
78
78
  // originalRequestURL: 'http://10.88.22.67:8080',
79
79
  // EstateInfo: '{"estateId":"1c581b7c-d629-4670-8a7c-6d622860bc58","estateName":"0%E9%87%91%E9%9A%85%E4%BA%91%E7%AD%91%E5%A4%A9%E6%B4%A5","estDeptPath":"009.014.001.001"}',
@@ -81,8 +81,8 @@ Vue.use(centaline, {
81
81
  // appinfo:'{"appId":"7e4d0521-4e26-4beb-8627-e76977ad8aa5","appName":"CCAI-PLUS"}',
82
82
  // authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjkzNDU5NjFkLWM2NmItNDU0ZS1hMTE4LTUzMWRkMjliZTdmYyJ9.ehMpxkFnyTFlJQ_43SbCTGZZTMFht3isTj3gUKmNoJBWCV5X8ez5Z2AgT7vMBwmmG1FdEHWZTnJhIj0ox86bCA',
83
83
 
84
- // AuthObject: '{"currentEstate":{"estateId":"2411211358417B58943C6E954B35BB56","estateName":"%E6%8C%89%E9%83%A8%E5%B0%B1%E7%8F%AD%EF%BC%88zhangtm%E6%B5%8B%E8%AF%95%E6%A5%BC%E7%9B%98%E6%88%90%E4%BA%A4%E6%95%A3%E5%8D%95%EF%BC%89","estDeptPath":"001.200.063.001"},"platform":1,"osVersion":"","machineCode":"372a227879461e4442bd0d800a0a967a","token":"","random":"fECeUk","time":"2026-06-09 14:19:42","timestamp":1780985982799,"sign":"","systemSource":"CCESU","empNo":"hqxtgl","empId":"2411121446336B97FBEB7FD54905A903","clientVersion":"12.5","empName":"hq%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86","roleName":"%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86%E5%91%98","deptFullName":"%E9%9B%86%E5%9B%A2IT%2FCCES%E7%BB%84"}',
85
- AuthorizationCode:'Bearer eyJhbGciOiJIUzI1NiJ9.eyJsb2dpbl91c2VyX2tleSI6IjA5ODgxZmFkLTM1NmYtNGM2My1hN2U1LTQzMTBhZTE2ZmJiNCJ9.KBU4ZwLPJ5jnShy8fSanbjLIcc86XkO1odzkhKCdLYU',
84
+ AuthObject: '{"currentEstate":{},"platform":1,"osVersion":"","machineCode":"372a227879461e4442bd0d800a0a967a","token":"","random":"BumW3g","time":"2026-08-17 15:52:04","timestamp":1786953124397,"sign":"","systemSource":"CCESU","empNo":"cshqxtgl","empId":"2411121446336B97FBEB7FD54905A903","clientVersion":"12.5","empName":"hq%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86","roleName":"%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86%E5%91%98","deptFullName":"%E9%9B%86%E5%9B%A2IT%2FCCES%E7%BB%84"}',
85
+ AuthorizationCode:'Bearer eyJhbGciOiJIUzI1NiJ9.eyJsb2dpbl91c2VyX2tleSI6IjRiMDFlNmNmLWVlMzgtNDgyOS05OTMzLTFmZjM2MWZiOTc4YSJ9.7E7Oymd_y_nTg17o05YP7ytQqELuy197jNLgKviGza0',
86
86
  };
87
87
  },
88
88
  // 请求完成事件,可判断是否登录过期执行响应操作