【fix】删除图片保存问题

This commit is contained in:
dong.ai
2025-12-04 15:10:00 +08:00
parent 9e59d89f32
commit 03de1ef300

View File

@@ -739,7 +739,7 @@ export default {
uploadImg2(formdata).then(res=>{ uploadImg2(formdata).then(res=>{
if(res.result == 0 && res.path){ if(res.result == 0 && res.path){
let obj = { let obj = {
name: name, name: that.type,
businessNo: that.orderNo, businessNo: that.orderNo,
businessType: '', businessType: '',
imageInfoType: that.imageType, imageInfoType: that.imageType,