修改数据同步

This commit is contained in:
RenCheng 2025-03-04 21:04:50 +08:00
parent d832984763
commit 28ce5605f1
2 changed files with 4 additions and 2 deletions

View File

@ -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'

View File

@ -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);