meixioacomponent 0.1.84 → 0.1.85

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": "meixioacomponent",
3
- "version": "0.1.84",
3
+ "version": "0.1.85",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -11,7 +11,7 @@
11
11
  <oa_pro_tableVue
12
12
  ref="table"
13
13
  :align="`left`"
14
- v-model="keyWords"
14
+ v-model="module"
15
15
  :height="dialogHeight"
16
16
  :pageProps="pageProps"
17
17
  :pageConfig="pageConfig"
@@ -133,8 +133,19 @@ export default {
133
133
  };
134
134
  },
135
135
  },
136
- },
137
136
 
137
+ value: {},
138
+ },
139
+ computed: {
140
+ module: {
141
+ set(val) {
142
+ this.$emit("input", val);
143
+ },
144
+ get() {
145
+ return this.$props.value;
146
+ },
147
+ },
148
+ },
138
149
  components: {
139
150
  oa_pro_tableVue,
140
151
  baseButtonHandle,