Merge branch 'main' into 'stg'
修改bug See merge request cloud-mediate/mediate-manage-web!71
This commit is contained in:
commit
901c58a5a8
@ -103,6 +103,7 @@ import api from "@/services/caseManagement";
|
||||
methods: {
|
||||
// 修改
|
||||
handleSubmitUpdate(){
|
||||
if(this.Effectobj.mediaPath.length == 0){return false}
|
||||
this.$refs.ruleFormEffect.validate((valid) => {
|
||||
if (valid){
|
||||
this.Effectobj.createAt =undefined
|
||||
@ -113,6 +114,7 @@ import api from "@/services/caseManagement";
|
||||
this.Effectobj.updateAt =undefined
|
||||
this.Effectobj.updateBy =undefined
|
||||
this.Effectobj.uploaderName =undefined
|
||||
this.Effectobj.proofUrl = this.Effectobj.mediaPath[0]
|
||||
api.gettraceProof_edit(this.Effectobj).then(res => {
|
||||
if(!res.code){
|
||||
this.$parent.getProofList(1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user