|
|
@@ -6112,7 +6112,7 @@ export default {
|
|
|
imageType: type,
|
|
|
})
|
|
|
}
|
|
|
- that[type + 'File'] = file;
|
|
|
+ that[type + 'File'] = aaa;
|
|
|
} else {
|
|
|
that.$message({ message: res.msg, type: "warning" });
|
|
|
}
|
|
|
@@ -6170,7 +6170,7 @@ export default {
|
|
|
params.append("type", "image");
|
|
|
that.$api.letter.uploadFile(params).then(res => {
|
|
|
if (res.code == "200") {
|
|
|
- let type = 'C0' + that.userIndex;
|
|
|
+ let type = 'D0' + that.userIndex;
|
|
|
if (that['imageList' + that.userIndex].some(v => v.imageType == type)) {
|
|
|
that['imageList' + that.userIndex].map(val => {
|
|
|
if (val.imageType == type) {
|
|
|
@@ -6183,7 +6183,7 @@ export default {
|
|
|
imageType: type,
|
|
|
})
|
|
|
}
|
|
|
- that[type + 'File'] = file;
|
|
|
+ that[type + 'File'] = aaa;
|
|
|
} else {
|
|
|
that.$message({ message: res.msg, type: "warning" });
|
|
|
}
|