Merge branch 'main' into 'stg'

修改bug

See merge request cloud-mediate/mediate-manage-web!66
This commit is contained in:
刘翕 2025-02-24 02:56:18 +00:00
commit c8d2294c8a
2 changed files with 6 additions and 0 deletions

View File

@ -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()
}
})
}

View File

@ -277,6 +277,9 @@ import smapi from "@/services/systemManage";
}
})
},
getProofList(){
this.getCaseInfoList(1)
},
//
getCaseInfoList(val){
this.queryParam.current = val