centaline-data-driven 1.6.25 → 1.6.27
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
package/release-log.md
CHANGED
|
@@ -477,7 +477,7 @@ export default {
|
|
|
477
477
|
},
|
|
478
478
|
handleDownload(file) {
|
|
479
479
|
},
|
|
480
|
-
handleChange(file, fileList) {
|
|
480
|
+
handleChange(file, fileList) {
|
|
481
481
|
this.changeHandler(this.model.value);
|
|
482
482
|
},
|
|
483
483
|
//上传之前的钩子
|
|
@@ -487,17 +487,11 @@ export default {
|
|
|
487
487
|
|
|
488
488
|
//文件上传时的钩子
|
|
489
489
|
uploadProcess(event, file, fileList) {
|
|
490
|
-
debugger
|
|
491
|
-
console.log(file, "++++++++++++++++");
|
|
492
490
|
file.progressFlag = true; // 显示进度条
|
|
493
491
|
file.loadProgress = parseInt(event.percent); // 动态获取文件上传进度
|
|
494
|
-
|
|
495
|
-
console.log(file, fileList);
|
|
496
|
-
|
|
497
492
|
if (file.loadProgress >= 100) {
|
|
498
493
|
file.loadProgress = 100;
|
|
499
494
|
setTimeout(() => {
|
|
500
|
-
console.log(file, "---------------");
|
|
501
495
|
file.progressFlag = false;
|
|
502
496
|
}, 1000); // 一秒后关闭进度条
|
|
503
497
|
}
|
|
@@ -53998,17 +53998,11 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
53998
53998
|
|
|
53999
53999
|
//文件上传时的钩子
|
|
54000
54000
|
uploadProcess: function uploadProcess(event, file, fileList) {
|
|
54001
|
-
debugger;
|
|
54002
|
-
console.log(file, "++++++++++++++++");
|
|
54003
54001
|
file.progressFlag = true; // 显示进度条
|
|
54004
54002
|
file.loadProgress = parseInt(event.percent); // 动态获取文件上传进度
|
|
54005
|
-
|
|
54006
|
-
console.log(file, fileList);
|
|
54007
|
-
|
|
54008
54003
|
if (file.loadProgress >= 100) {
|
|
54009
54004
|
file.loadProgress = 100;
|
|
54010
54005
|
setTimeout(function () {
|
|
54011
|
-
console.log(file, "---------------");
|
|
54012
54006
|
file.progressFlag = false;
|
|
54013
54007
|
}, 1000); // 一秒后关闭进度条
|
|
54014
54008
|
}
|
|
@@ -81206,7 +81200,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
81206
81200
|
"use strict";
|
|
81207
81201
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicFile_vue__ = __webpack_require__(342);
|
|
81208
81202
|
/* unused harmony namespace reexport */
|
|
81209
|
-
/* harmony import */ var
|
|
81203
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_98486b1a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicFile_vue__ = __webpack_require__(708);
|
|
81210
81204
|
function injectStyle (ssrContext) {
|
|
81211
81205
|
__webpack_require__(701)
|
|
81212
81206
|
}
|
|
@@ -81226,7 +81220,7 @@ var __vue_scopeId__ = null
|
|
|
81226
81220
|
var __vue_module_identifier__ = null
|
|
81227
81221
|
var Component = normalizeComponent(
|
|
81228
81222
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicFile_vue__["a" /* default */],
|
|
81229
|
-
|
|
81223
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_98486b1a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicFile_vue__["a" /* default */],
|
|
81230
81224
|
__vue_template_functional__,
|
|
81231
81225
|
__vue_styles__,
|
|
81232
81226
|
__vue_scopeId__,
|
|
@@ -81247,7 +81241,7 @@ var content = __webpack_require__(702);
|
|
|
81247
81241
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
81248
81242
|
if(content.locals) module.exports = content.locals;
|
|
81249
81243
|
// add the styles to the DOM
|
|
81250
|
-
var update = __webpack_require__(3)("
|
|
81244
|
+
var update = __webpack_require__(3)("30c45535", content, true, {});
|
|
81251
81245
|
|
|
81252
81246
|
/***/ }),
|
|
81253
81247
|
/* 702 */
|