centaline-data-driven 1.2.86 → 1.2.89

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.
Files changed (29) hide show
  1. package/package.json +1 -1
  2. package/src/Detail.vue +1 -1
  3. package/src/Form.vue +13 -7
  4. package/src/centaline/common/index.js +0 -2
  5. package/src/centaline/css/common.css +9 -0
  6. package/src/centaline/dynamicContact/src/dynamicContact.vue +3 -0
  7. package/src/centaline/dynamicDetail/src/dynamicContactList.vue +3 -0
  8. package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +3 -0
  9. package/src/centaline/dynamicDetail/src/dynamicPropertySimpleDetailRET.vue +18 -3
  10. package/src/centaline/dynamicDtd/src/dynamicDtd.vue +1 -5
  11. package/src/centaline/dynamicForm/src/dynamicForm.vue +31 -4
  12. package/src/centaline/dynamicForm/src/dynamicFormListTable.vue +3 -1
  13. package/src/centaline/dynamicLayout/src/dynamicLayout.vue +9 -4
  14. package/src/centaline/dynamicRichText/src/dynamicRichText.vue +5 -3
  15. package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +6 -0
  16. package/src/centaline/dynamicSearchList/src/dynamicTableStats.vue +1 -1
  17. package/src/centaline/dynamicT/src/dynamicT.vue +11 -2
  18. package/src/centaline/loader/src/ctl/Base.js +3 -0
  19. package/src/centaline/loader/src/ctl/ContactList.js +2 -2
  20. package/src/centaline/loader/src/ctl/Detail.js +1 -1
  21. package/src/centaline/loader/src/ctl/Dtd.js +2 -3
  22. package/src/centaline/loader/src/ctl/Router.js +3 -0
  23. package/src/centaline/loader/src/ctl/SearchScreen.js +5 -0
  24. package/src/centaline/loader/src/ctl/lib/Enum.js +18 -0
  25. package/src/centaline/mixins/dynamicElement.js +0 -1
  26. package/src/centaline/templateControls/src/dynamicTableCurrency.vue +2 -4
  27. package/src/main.js +4 -4
  28. package/wwwroot/static/centaline/centaline-data-driven.js +3 -3
  29. package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.2.86",
3
+ "version": "1.2.89",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/src/Detail.vue CHANGED
@@ -10,7 +10,7 @@
10
10
  name: 'DataDrivendetail',
11
11
  data() {
12
12
  return {
13
- apiParam: {actionType: 1,chanceID: "1"} ,
13
+ apiParam: {actionType: 1,chanceID: "1508323251514904576"} ,
14
14
  }
15
15
  },
16
16
  mounted() {
package/src/Form.vue CHANGED
@@ -2,7 +2,7 @@
2
2
  <div id="app-form" class="data-driven" style="width:100%;height:100%;overflow:auto">
3
3
  <!-- <ct-form :api="'/PropertyRET/getLayoutOfNew'" :apiParam="apiParam"></ct-form> -->
4
4
  <!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
5
- <ct-form :api="'/api/finance/refund-apply/refundApplyView'" :apiParam="apiParam"></ct-form>
5
+ <ct-form :api="'/salematter/agent/readDetail'" :apiParam="apiParam"></ct-form>
6
6
  <!--<ct-form :api="'api/Form/formdata'"></ct-form>-->
7
7
  <ct-dialog-list></ct-dialog-list>
8
8
  </div>
@@ -18,12 +18,18 @@
18
18
  // apiParam: {originalTraId: "1475658732246241281", actionType: 2, chanceID: "1"} ,
19
19
  // apiParam: {originalTraId: "1516290587463507969", actionType: "3", pageStyle: "2", pageTitle: "成交报告",pageOnly: "true"}
20
20
  apiParam:{
21
- actionType: 1,
22
- originalTraId: "1491279498301755394",
23
- pageOnly: true,
24
- pageStyle: 2,
25
- pageTitle: "放款申请查看",
26
- paymentId: "1524305327414583297"
21
+ actionType: 2,
22
+ jsonData: {
23
+ searchFields: {
24
+ fields: [{
25
+ fieldName1: "estateId",
26
+ groupName: "estateId",
27
+ operation: 2,
28
+ searchDataType: 3,
29
+ searchValue1: "201703020943128D8A8FCF463E4016D6"
30
+ }]
31
+ }
32
+ }
27
33
  }
28
34
  }
29
35
  },
@@ -205,7 +205,6 @@ const common = {
205
205
  * @desc 打开弹窗
206
206
  */
207
207
  openDialog(vmodel) {
208
- //this.dialogList.List.push(vmodel);
209
208
  this.dialogList.addDialog(vmodel);
210
209
  },
211
210
 
@@ -217,7 +216,6 @@ const common = {
217
216
  closeDialog(vmodel) {
218
217
  if (vmodel) {
219
218
  if (vmodel.name === 'ct-comfirm' || vmodel.$options.name === 'ctDialog' || vmodel.$options.name === 'ct-dialog') {
220
- //vmodel.dialogTableVisible = false;
221
219
  this.dialogList.deleteDialog(vmodel);
222
220
  return;
223
221
  }
@@ -803,5 +803,14 @@ html {
803
803
  .el-input-group{
804
804
  line-height: 26px;
805
805
  }
806
+ .shortcutFollow .ct-form{
807
+ margin:0px !important;
808
+ }
809
+ .shortcutFollow .ct-form .el-card__body{
810
+ padding:0px !important;
811
+ }
812
+ .shortcutFollow .ct-form .el-card__body .el-col{
813
+ padding:0px 5px 0 0 !important;
814
+ }
806
815
 
807
816
 
@@ -258,6 +258,9 @@
258
258
  let query = self.$common.objectToQueryStr(submitData);
259
259
  window.open(field.action + query, "_blank");
260
260
  }
261
+ else if (field.isOpenUrlInBrowse) {// 浏览器打开
262
+ window.open(submitData[field.submitFormField], "_blank");
263
+ }
261
264
  else{
262
265
  field.doAction(submitData, (data) => {
263
266
  self.model.doAction(data,field);
@@ -399,6 +399,9 @@
399
399
  let query = self.$common.objectToQueryStr(submitData);
400
400
  window.open(field.action + query, "_blank");
401
401
  }
402
+ else if (field.isOpenUrlInBrowse) {// 浏览器打开
403
+ window.open(submitData[field.submitFormField], "_blank");
404
+ }
402
405
  else{
403
406
  field.doAction(submitData, (data) => {
404
407
  self.model.doAction(data,field);
@@ -584,6 +584,9 @@
584
584
  let query = self.$common.objectToQueryStr(submitData);
585
585
  window.open(field.action + query, "_blank");
586
586
  }
587
+ else if (field.isOpenUrlInBrowse) {// 浏览器打开
588
+ window.open(submitData[field.submitFormField], "_blank");
589
+ }
587
590
  else{
588
591
  field.doAction(submitData, (data) => {
589
592
  self.model.doAction(data,field);
@@ -69,9 +69,9 @@
69
69
  <span :slot="showIndex>0?'reference':''" class="more" style="margin-left: 10px;"></span>
70
70
  </el-popover>
71
71
  </div>
72
- <!-- <div ref="shortcutFollow" v-if="model.shortcutFollowForm!==undefined && model.shortcutFollowForm!==null" style="margin-top: 16px;">
73
- <ct-form :source="model.shortcutFollowForm"></ct-form>
74
- </div> -->
72
+ <div ref="shortcutFollow" v-if="model.shortcutFollowForm!==undefined && model.shortcutFollowForm!==null" class="shortcutFollow" style="margin-top: 16px;">
73
+ <ct-form :source="model.shortcutFollowForm" @submit="saveShortcutFollow"></ct-form>
74
+ </div>
75
75
  <div class="tablist-info base-box">
76
76
  <div class="details-tabs-box">
77
77
  <el-tabs :value="model.activeIndex1" @tab-click="handleSelect">
@@ -398,6 +398,9 @@
398
398
  let query = self.$common.objectToQueryStr(submitData);
399
399
  window.open(field.action + query, "_blank");
400
400
  }
401
+ else if (field.isOpenUrlInBrowse) {// 浏览器打开
402
+ window.open(submitData[field.submitFormField], "_blank");
403
+ }
401
404
  else{
402
405
  field.doAction(submitData, (data) => {
403
406
  self.model.doAction(data,field);
@@ -450,6 +453,18 @@
450
453
  clickPrevHandler() {
451
454
  this.$emit('clickPrevHandler');
452
455
  },
456
+ saveShortcutFollow(){
457
+ var self=this;
458
+ self.model.tags1.forEach((v,i) => {
459
+ if(v.appID=='Follow'){
460
+ self.model.activeIndex1=i.toString();
461
+ self.listKey=self.listKey+1;
462
+ self.model.searchConditionApiTags1=v.searchConditionApiUrl||'';
463
+ self.model.searchDataApiTags1=v.searchDataApiUrl||'';
464
+ self.model.paramDataTags1 = v.paramData || '';
465
+ }
466
+ });
467
+ },
453
468
  }
454
469
  }
455
470
  </script>
@@ -49,9 +49,7 @@
49
49
  pickerOptions: this.getPickerOptions()
50
50
  };
51
51
  },
52
-
53
- mounted() {
54
-
52
+ mounted() {
55
53
  var self = this;
56
54
  this.$nextTick(function () {
57
55
  if (self.vmodel) {
@@ -70,10 +68,8 @@
70
68
  },
71
69
  watch: {
72
70
  'model.value': function () {
73
-
74
71
  },
75
72
  'model.value1': function () {
76
-
77
73
  },
78
74
  },
79
75
  methods: {
@@ -11,7 +11,7 @@
11
11
  <el-row v-if="collapseFieldsRow.length > 0">
12
12
  <el-col v-for="(col, index) in collapseFieldsRow[0]" :key="index" v-if="col.show !== false" :span="col.colspan" style="padding:5px">
13
13
  <component ref="Fields" :is="col.is" :vmodel="col" :api="model.optionApi" v-bind="col.bindPara" :from="'form'"
14
- @click="fieldClickHandler(col,$event)" @change="changeHandler(col,$event)"
14
+ @click="fieldClickHandler(col,$event)" @change="changeHandler(col,$event)" @enter="enterHandler(col,$event)"
15
15
  @input="inputHandler(col,$event)"
16
16
  @popupSearchList="popupSearchListHandler"
17
17
  @tableButtonClick="clickHandler"></component>
@@ -25,7 +25,7 @@
25
25
  <el-row>
26
26
  <el-col v-for="(col, index) in collapseFieldsRow[index + 1]" :key="index" :span="col.colspan" v-if="col.show !== false" style="padding:5px">
27
27
  <component ref="Fields" :is="col.is" :vmodel="col" :api="model.optionApi" v-bind="col.bindPara" :fileData="getFileData(col)"
28
- @click="fieldClickHandler(col,$event)" @change="changeHandler(col,$event)"
28
+ @click="fieldClickHandler(col,$event)" @change="changeHandler(col,$event)" @enter="enterHandler(col,$event)"
29
29
  @input="inputHandler(col,$event)" @importComplete="importComplete"
30
30
  @popupSearchList="popupSearchListHandler"
31
31
  @tableButtonClick="clickHandler"></component>
@@ -44,7 +44,7 @@
44
44
  <el-row>
45
45
  <el-col v-for="(col, index) in collapseFieldsRow[index + 1]" :key="index" :span="col.colspan" v-if="col.show !== false" style="padding:5px">
46
46
  <component ref="Fields" :is="col.is" :vmodel="col" :api="model.optionApi" v-bind="col.bindPara" :fileData="getFileData(col)" :from="'form'"
47
- @click="fieldClickHandler(col,$event)" @change="changeHandler(col,$event)"
47
+ @click="fieldClickHandler(col,$event)" @change="changeHandler(col,$event)" @enter="enterHandler(col,$event)"
48
48
  @input="inputHandler(col,$event)" @importComplete="importComplete"
49
49
  @popupSearchList="popupSearchListHandler"
50
50
  @tableButtonClick="clickHandler"></component>
@@ -308,7 +308,7 @@
308
308
  }
309
309
  field.disabled = false;
310
310
  self.model.pageDisabled= false;
311
- });
311
+ },self.model.scripts);
312
312
  }
313
313
  //无值,触发submit事件
314
314
  else {
@@ -399,6 +399,9 @@
399
399
  let query = self.$common.objectToQueryStr(submitData);
400
400
  window.open(field.action + query, "_blank");
401
401
  }
402
+ else if (field.isOpenUrlInBrowse) {// 浏览器打开
403
+ window.open(submitData[field.submitFormField], "_blank");
404
+ }
402
405
  else if (field.isExport) {
403
406
  submitData = field.getActionPara(submitData).para;
404
407
  self.model.export(field, submitData);
@@ -484,6 +487,30 @@
484
487
 
485
488
  self.$forceUpdate();
486
489
  },
490
+ enterHandler(field) {
491
+ var self = this;
492
+ if (typeof field.change !== 'undefined') {
493
+ if (typeof this.model.scripts !== 'undefined') {
494
+ this.model.scripts.formData.setExcuteListData(this.model.fields);
495
+ }
496
+ this.model.scripts.$fd = field.id;
497
+ this.$common.excute.call(this.model.scripts, field.change);
498
+ }
499
+
500
+ self.model.isChanged = true;
501
+ self.model.hiddenHandle(field);
502
+ self.model.requiredHandle(field);
503
+ //self.model.validMrf(field);
504
+
505
+ if(field.routerKeyForEnterKey){
506
+ var router =self.model.actionRouters.find((v) => {
507
+ return v.id === field.routerKeyForEnterKey;
508
+ });
509
+ self.clickHandler(router);
510
+ }
511
+
512
+ self.$forceUpdate();
513
+ },
487
514
  changeCallBackHandler(field, callBackFunName, callBackPara) {
488
515
  var self = this;
489
516
  if(callBackFunName){
@@ -52,7 +52,9 @@
52
52
  <span v-else-if="scope.row.isSet" class="el-tag el-tag--mini" style="cursor: pointer;" @click="saveRow(scope.row,scope.$index,false)">
53
53
  取消
54
54
  </span>
55
- <span v-for="(v,i) in model.buttons" v-if="!scope.row.isSet && v.show" class="el-tag el-tag--info el-tag--mini" style="cursor: pointer;" @click="buttonClick(scope.row, v)">
55
+ <span v-for="(v,i) in model.buttons"
56
+ v-if="!scope.row.isSet && v.show && ( !v.rightField || !scope.row[v.rightField] || scope.row[v.rightField].value == 1 )"
57
+ class="el-tag el-tag--info el-tag--mini" style="cursor: pointer;" @click="buttonClick(scope.row, v)">
56
58
  {{v.label}}
57
59
  </span>
58
60
  </template>
@@ -97,10 +97,15 @@
97
97
  getValue(data, val) {
98
98
  return val.split('.').reduce((data, currentVal) => {
99
99
  var rtn = data[currentVal];
100
- if (rtn.toString().indexOf('"') != -1) {
101
- rtn = rtn.replace(/"/g, "'");
102
- rtn = rtn.replace(/>/g, "&gt;");
103
- rtn = rtn.replace(/</g, "&lt;");
100
+ if (typeof rtn !== 'undefined') {
101
+ if (rtn.toString().indexOf('"') != -1) {
102
+ rtn = rtn.replace(/"/g, "'");
103
+ rtn = rtn.replace(/>/g, "&gt;");
104
+ rtn = rtn.replace(/</g, "&lt;");
105
+ }
106
+ }
107
+ else {
108
+ rtn = "";
104
109
  }
105
110
  return rtn
106
111
  }, data)
@@ -247,9 +247,11 @@
247
247
  this.config.toolbars = [['help']];
248
248
  return;
249
249
  }
250
- this.config.maximumWords = this.model && this.model.max ? parseFloat(this.model.max) : 5000;
251
- this.config.serverUrl = this.model.action;
252
- this.config.imageUrl = this.model.action;
250
+ else if (!this.model.lock) {
251
+ this.config.maximumWords = this.model && this.model.max ? parseFloat(this.model.max) : 5000;
252
+ this.config.serverUrl = this.model.action;
253
+ this.config.imageUrl = this.model.action;
254
+ }
253
255
  },
254
256
  computed: {
255
257
 
@@ -750,6 +750,9 @@
750
750
  let query = self.$common.objectToQueryStr(submitData);
751
751
  window.open(action + query, "_blank");
752
752
  }
753
+ else if (field.isOpenUrlInBrowse) {// 浏览器打开
754
+ window.open(submitData[field.submitFormField], "_blank");
755
+ }
753
756
  else {
754
757
  //self.operationLoading = true;
755
758
 
@@ -928,6 +931,9 @@
928
931
  let query = self.$common.objectToQueryStr(submitData);
929
932
  window.open(action + query, "_blank");
930
933
  }
934
+ else if (field.isOpenUrlInBrowse) {// 浏览器打开
935
+ window.open(submitData[field.submitFormField], "_blank");
936
+ }
931
937
  else {
932
938
  //self.operationLoading = true;
933
939
 
@@ -44,7 +44,7 @@
44
44
  <br />
45
45
  </div>
46
46
  </div>
47
- <span slot="reference" class="icon-more">⋮</span>
47
+ <span slot="reference" class="icon-more"></span>
48
48
 
49
49
  </el-popover>
50
50
  </template>
@@ -21,7 +21,7 @@
21
21
  </el-input>
22
22
 
23
23
  <span v-if="model.sufLabel" class="spanMessage ct-flex-div-span">{{model.sufLabel}}</span>
24
- <ctQuickInputSos v-if="!model.lock && model.paramName" class="ct-flex-div-span" :pn="model.paramName" :action="api" @click="model.value=$event"></ctQuickInputSos>
24
+ <ctQuickInputSos v-if="!model.lock && model.paramName" class="ct-flex-div-span" :pn="model.paramName" :action="api" @click="quickSelect"></ctQuickInputSos>
25
25
  </div>
26
26
  <transition name="el-fade-in" class="ct-flex-div-span">
27
27
  <span v-show="!valid" class="errorMessage ">
@@ -80,7 +80,16 @@
80
80
  }
81
81
  },
82
82
  search() {
83
- if(this.model.autoSearch) this.$emit('click');
83
+ if(this.model.autoSearch) {
84
+ this.$emit('click');
85
+ }
86
+ else if(this.model.routerKeyForEnterKey){
87
+ this.$emit('enter');
88
+ }
89
+ },
90
+ quickSelect(v) {
91
+ this.model.value=v;
92
+ this.search();
84
93
  },
85
94
  },
86
95
  }</script>
@@ -284,6 +284,9 @@ const Base = function (source) {
284
284
  get onAfterChanged() {
285
285
  return source.onAfterChanged;
286
286
  },
287
+ get routerKeyForEnterKey() {
288
+ return source.routerKeyForEnterKey;
289
+ },
287
290
  };
288
291
 
289
292
  return rtn;
@@ -379,11 +379,11 @@ const ContactList = function (source,para ,callBack) {
379
379
  var deleteRow = response.content.split(',');
380
380
  if (deleteRow) {
381
381
  deleteRow.forEach((r) => {
382
- let strat=0;
382
+ let strat=-1;
383
383
  let count=0;
384
384
  rtn._listData.forEach((v,i) => {
385
385
  if(v[rtn.rowHiddenKey]===r){
386
- if(strat===0)strat=i;
386
+ if(strat===-1)strat=i;
387
387
  count=count+1;
388
388
  }
389
389
  });
@@ -371,7 +371,7 @@ const Detail = function (source,para ,callBack) {
371
371
  return rtn._commissionList;
372
372
  },
373
373
  get shortcutFollowForm() {
374
- return rtn.shortcutFollowForm;
374
+ return data.shortcutFollowForm;
375
375
  },
376
376
  doAction(response,field) {
377
377
  if (response.responseData) {
@@ -64,9 +64,8 @@ const Dtd = function (source, dateType) {
64
64
  },
65
65
  reset() {
66
66
  this.formatValue = this.defaultFormat;
67
- //this.setFormatValue(this.defaultFormat);
68
- source.code1 = this.formatValue[0];
69
- source.code2 = this.formatValue[1];
67
+ rtn.value = this.formatValue[0];
68
+ rtn.value1 = this.formatValue[1];
70
69
  },
71
70
  getFormObj() {
72
71
  var rtnFormObj = {};
@@ -98,6 +98,9 @@ const Router = function (source) {
98
98
  get isSearchPageWithList() {
99
99
  return source.pageStyle === Enum.PageStyle.SearchPageWithList;
100
100
  },
101
+ get isOpenUrlInBrowse() {
102
+ return source.actionType === Enum.ActionType.OpenUrlInBrowse;
103
+ },
101
104
  //打开页面(1Form,2SearchList(弹在tab),3Tab,4执行客户端脚本,5SearchList(弹出))
102
105
  get navToNewPage() {
103
106
  return source.navToNewPage;
@@ -48,6 +48,11 @@ const SearchScreen = function (source, callBack, screenPara) {
48
48
  this._sourceFieldsArr = [];
49
49
 
50
50
  for (let key in source.content.fields) {
51
+ if((source.content.fields[key].controlType===Enum.ControlType.DateRange
52
+ || source.content.fields[key].controlType===Enum.ControlType.DateTimeRange)
53
+ && source.content.fields[key].code2==undefined){
54
+ source.content.fields[key].code2='';
55
+ }
51
56
  let field = source.content.fields[key];
52
57
  this._sourceFieldsArr.push(field);
53
58
  }
@@ -377,6 +377,21 @@ const Enum = {
377
377
  /// 执行 拨打电话 的动作
378
378
  /// </summary>
379
379
  CallTel: 19,
380
+
381
+ /// <summary>
382
+ /// 弹出浮层 播放录音
383
+ /// </summary>
384
+ ListenVoice: 20,
385
+
386
+ /// <summary>
387
+ /// 弹出浮层 播放视频
388
+ /// </summary>
389
+ SeeVoice: 21,
390
+
391
+ /// <summary>
392
+ /// 在浏览器中打开一个 relationField 执行的URL
393
+ /// </summary>
394
+ OpenUrlInBrowse: 22,
380
395
  },
381
396
 
382
397
  /// <summary>
@@ -482,6 +497,9 @@ const Enum = {
482
497
  Dropdown : 3
483
498
  },
484
499
 
500
+ /// <summary>
501
+ /// 页面打开类型
502
+ /// </summary>
485
503
  PageStyle:
486
504
  {
487
505
  /// <summary>
@@ -103,7 +103,6 @@ export default {
103
103
  if ("undefined" !== typeof this.selfValidExcute) {
104
104
  if (!this.selfValidExcute("change")) {
105
105
  self.valid = false;
106
- //return false;
107
106
  }
108
107
  }
109
108
  }
@@ -28,10 +28,8 @@
28
28
  label: function () {
29
29
  return (typeof this.colValue === "undefined" || this.colValue === '') ? this.router.label : this.colValue
30
30
  },
31
- isShowLabel:function()
32
- {
33
- if(this.label||this.router.imgUrl)
34
- {
31
+ isShowLabel:function(){
32
+ if(this.label||this.router.imgUrl){
35
33
  return true
36
34
  }
37
35
  return false;
package/src/main.js CHANGED
@@ -12,7 +12,7 @@ Vue.use(ElementUI, { size: 'mini'});
12
12
  // 关闭生产模式下给出的提示
13
13
  Vue.config.productionTip = false;
14
14
  Vue.use(centaline, {
15
- baseUrl: "http://10.88.22.46:7070/v1/form/router",
15
+ baseUrl: "http://10.88.22.13:7070/v1/form/router",
16
16
  // baseUrl: "http://10.88.23.22:9999/v1/form/router",
17
17
  // baseUrl: "http://10.88.22.69:8080/",
18
18
  // flagRouterSelf: true,
@@ -39,10 +39,10 @@ Vue.use(centaline, {
39
39
  // 获取请求头
40
40
  getRequestHeaders: function () {
41
41
  return {
42
- oldToken: '5c3b43fb-5051-40e0-b9dc-577f37767af0',
42
+ oldToken: 'd7a1705d-d8f4-4fee-9778-f9f6e402eacd',
43
43
  originalRequestURL: 'http://10.88.22.67:8080',
44
- EstateInfo: ' {"estateId":"201703020943128D8A8FCF463E4016D6","estateName":"undefined"}',
45
- Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk4NGM0ZjJlLTRhNTgtNDM4YS1iNjkxLWQyMTI4ZjdlYjNlMyJ9.nxO4kEXzIM2RJTXuX_AOoctKFvBiTZUEwHTu1YSFMn8JBjM9p-RK31ZB8ckJvlwgjiDGdbuGt1QOZRRP9KS3qQ',
44
+ EstateInfo: '{"estateId":"201703020943128D8A8FCF463E4016D6","estateName":"%E4%B8%87%E7%A7%91%E4%BA%91%E5%9F%8E"}',
45
+ Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijc4N2U5ZDA1LThlMGItNDY0ZS1iMThjLTQzNjEyZWIyZDQ1ZCJ9.1W1c_YwAF9jfjAtOq9twaB6FH4KiySPuZmWIzcLSDxjfJTgXu7fcf4Cu8kyWcRC2bXrzNQoOYsHAR1vfMAQvGA',
46
46
  };
47
47
  },
48
48
  // 请求完成事件,可判断是否登录过期执行响应操作