sohelp-eleplus 1.1.18 → 1.1.20

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.
@@ -41,18 +41,18 @@
41
41
  /**网格列表配置ID*/
42
42
  refid: {
43
43
  type: String,
44
- defaultValue: '',
44
+ default: '',
45
45
  required: true
46
46
  },
47
47
  /**数据源URL**/
48
48
  url: {
49
49
  type: String,
50
- defaultValue: ''
50
+ default: ''
51
51
  },
52
52
  /**数据源URL**/
53
53
  where: {
54
54
  type: Object,
55
- defaultValue: {}
55
+ default: {}
56
56
  },
57
57
  drag: {
58
58
  type: Boolean,
@@ -42,7 +42,6 @@
42
42
  },
43
43
  mounted() {
44
44
  this.nodeConfig = this.modelValue;
45
- console.log('nodeConfig', this.nodeConfig);
46
45
  },
47
46
  computed: {
48
47
  getStatus() {
package/style/index.scss DELETED
File without changes