修改bug
This commit is contained in:
parent
6876060232
commit
841bd67350
@ -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