centaline-data-driven 1.4.52 → 1.4.53

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.4.52",
3
+ "version": "1.4.53",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -88,6 +88,7 @@
88
88
  });
89
89
  this.inputHeight = this.inputLineHeight;
90
90
  this.model.searchInputHeight = 26;
91
+ this.model.$self=this;
91
92
  },
92
93
  computed: {
93
94
  soPlaceholder: {
@@ -100,6 +100,7 @@
100
100
  });
101
101
  this.inputHeight = this.inputLineHeight;
102
102
  this.model.searchInputHeight = 26;
103
+ this.model.$self=this;
103
104
  },
104
105
  computed: {
105
106
  soPlaceholder: {
@@ -100,6 +100,7 @@
100
100
  });
101
101
  this.inputHeight = this.inputLineHeight;
102
102
  this.model.searchInputHeight = 26;
103
+ this.model.$self=this;
103
104
  },
104
105
  computed: {
105
106
  tagsPlaceholder: {
@@ -33,6 +33,7 @@ const QuickInput = function (source, moreActionRouter) {
33
33
  reset() {
34
34
  this.value = this.defaultValue;
35
35
  this.text = this.defaultText;
36
+ if(this.$self && this.$self.searchText) this.$self.searchText='';
36
37
  },
37
38
  defaultText: source.defaultName1,
38
39
  get labelValue() {
@@ -34,6 +34,7 @@ const Sos = function (source, moreActionRouter) {
34
34
  reset() {
35
35
  this.value = this.defaultValue;
36
36
  this.text = this.defaultText;
37
+ if(this.$self && this.$self.searchText) this.$self.searchText='';
37
38
  },
38
39
  defaultText: source.defaultName1,
39
40
  get labelValue() {
@@ -50,6 +50,7 @@ const SosTt = function (source, moreActionRouter) {
50
50
  reset() {
51
51
  this.value = this.defaultValue;
52
52
  this.text = this.defaultText;
53
+ if(this.$self && this.$self.searchText) this.$self.searchText='';
53
54
  },
54
55
  defaultText: source.defaultName1,
55
56
  get labelValue() {
@@ -121,6 +121,7 @@ const Tags = function (source, moreActionRouter) {
121
121
  this.value.push(v1);
122
122
  });
123
123
  this.text = rtn.defaultText === '' ? [] : JSON.parse(rtn.defaultText);
124
+ if(this.$self && this.$self.searchText) this.$self.searchText='';
124
125
  },
125
126
  attrs: {
126
127
  style: {
@@ -56,6 +56,7 @@ export default {
56
56
  this.model = this.vmodel;
57
57
  }
58
58
  this.model.searchInputHeight = 26;
59
+ this.model.$self=this;
59
60
  },
60
61
  updated(){
61
62
  this.model.value=this.textValue;
package/src/main.js CHANGED
@@ -44,7 +44,7 @@ Vue.use(centaline, {
44
44
  getRequestHeaders: function () {
45
45
  return {
46
46
  oldToken: '3ba3f510-93fd-4103-9249-73c13f3f6fc2',
47
- token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjrEOgkAQRP9lazZhvb091k4PbPwIwsqRYGUEEo3x30UDHb2vmGLykpkXDJPBHsICbsRKrQu4ESs1EWsgqfCgISILOywoFhhZIp_KysVjCRmkxw32JEFyolnPoG_GX-F15923mIZ0P6fnP85dx36eNd95V7gLKnc6y6Zo0ho2jTnpWpPEObw_AAAA__8.u2D8aQ3f6kWATD5HUbOEnIbFbK-TkRWNAEjz8TxBjUA',
47
+ token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjEOgkAQRe8yNZPszM7O7tLpgo2HIIBbYGUEEo3x7qKBjt5XvOI3_71gnDsowa_gjjaauII72miIJHrSGg_RJxQVi4FSwCSa5FTVNh0rKCA_blCSejU-GCMFDO30G1yMpN9hHvP9nJ__iLtOw3Lr7IU5c4_kiFCIGVtjLPY-LM22Y1WF9wcAAP__.eWf2KJjaC0teXRA2tUQkb9AgwMfxwnxTyV1RX0bMj_k',
48
48
 
49
49
  originalRequestURL: 'http://10.88.22.67:8080',
50
50
  EstateInfo: '{"estateId":"FAF029E8-EC28-4297-83CF-B8FFD826DB91","estateName":"AABBCC"}',