cloud-web-corejs 1.0.54-dev.552 → 1.0.54-dev.553
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
|
@@ -160,8 +160,8 @@ export default {
|
|
|
160
160
|
|
|
161
161
|
// 这里可以使用file对象进行上传等操作
|
|
162
162
|
// 例如:uploadFile(file);
|
|
163
|
-
const fileName = `电子表格_${new Date().getTime()}.xlsx`;
|
|
164
|
-
saveAs(file, fileName);
|
|
163
|
+
// const fileName = `电子表格_${new Date().getTime()}.xlsx`;
|
|
164
|
+
// saveAs(file, fileName);
|
|
165
165
|
})
|
|
166
166
|
.catch((error) => {
|
|
167
167
|
console.error("生成Excel文件对象失败:", error);
|