修改数据同步
This commit is contained in:
parent
d832984763
commit
28ce5605f1
|
@ -285,7 +285,7 @@ export default {
|
|||
if (res.result.exist) { // 跳过文件验证逻辑
|
||||
currentRow.percentage = 100
|
||||
currentRow.uploadStatus = 2
|
||||
currentRow.result = res.result
|
||||
currentRow.result = res
|
||||
} else { // 未存在,走上传逻辑
|
||||
const formData = this.buildFileFormData(file.name, file.size, fileMD5Value, 0, 0, file, false,fileMD5Value)
|
||||
const url = '/fileDataLink/uploadFile'
|
||||
|
|
|
@ -53,7 +53,9 @@ import SliceUpload from './SliceUpload'
|
|||
methods: {
|
||||
add () {
|
||||
this.visible =true;
|
||||
this.$refs.technicalUpload.deleteFile();
|
||||
setTimeout(()=>{
|
||||
this.$refs.technicalUpload.deleteFile();
|
||||
},300)
|
||||
},
|
||||
onOk(value) {
|
||||
this.model.startDate = moment(value[0],dateFormat);
|
||||
|
|
Loading…
Reference in New Issue
Block a user