Merge branch 'main' into 'stg'
修改bug See merge request cloud-mediate/mediate-manage-web!66
This commit is contained in:
commit
c8d2294c8a
@ -97,6 +97,7 @@ import api from "@/services/caseManagement";
|
||||
},
|
||||
mounted () {
|
||||
this.Effectobj = JSON.parse(JSON.stringify(this.EffectDialog))
|
||||
this.Effectobj.mediaPath = JSON.parse(JSON.stringify(this.EffectDialog)).proofUrl
|
||||
this.fileList = [{url: this.Effectobj.proofUrl,fileName:'上传'}]
|
||||
},
|
||||
methods: {
|
||||
@ -115,6 +116,8 @@ import api from "@/services/caseManagement";
|
||||
api.gettraceProof_edit(this.Effectobj).then(res => {
|
||||
if(!res.code){
|
||||
this.$parent.getProofList(1)
|
||||
this.$message.success('编辑成功!')
|
||||
this.handleClose()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@ -277,6 +277,9 @@ import smapi from "@/services/systemManage";
|
||||
}
|
||||
})
|
||||
},
|
||||
getProofList(){
|
||||
this.getCaseInfoList(1)
|
||||
},
|
||||
// 列表数据
|
||||
getCaseInfoList(val){
|
||||
this.queryParam.current = val
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user