mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 21:16:44 +08:00
【fix】删除图片保存问题
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user