cloud-web-corejs 1.0.54-dev.609 → 1.0.54-dev.610
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
|
@@ -38,8 +38,6 @@ async function initVxeTable(option) {
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
let that = option.vue;
|
|
41
|
-
let uuid =that.$generateUUID();
|
|
42
|
-
option.uuid = uuid;
|
|
43
41
|
if (!that.$refs[option.tableRef]) {
|
|
44
42
|
await that.$nextTick();
|
|
45
43
|
}
|
|
@@ -142,7 +140,6 @@ async function initVxeTable(option) {
|
|
|
142
140
|
};
|
|
143
141
|
if(!nOption.params)nOption.params = {};
|
|
144
142
|
Object.assign(nOption.params, params);
|
|
145
|
-
debugger
|
|
146
143
|
return nOption;
|
|
147
144
|
}
|
|
148
145
|
|