|
|
@ -214,7 +214,6 @@ |
|
|
|
const data = window.location.href.substr(one) // url解码unescape()已从web中移除,尽量不使用 |
|
|
|
const obj = JSON.parse(decodeURIComponent(data)) |
|
|
|
this.showEdit(obj.businessSid) |
|
|
|
this.formobj.user_sid = window.sessionStorage.getItem('userSid') |
|
|
|
}, |
|
|
|
watch: { |
|
|
|
imgList:{ |
|
|
@ -231,6 +230,7 @@ |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
saveOrUpdate() { |
|
|
|
this.formobj.user_sid = window.sessionStorage.getItem('userSid') |
|
|
|
this.backcheckList() |
|
|
|
if( this.formobj.sid){ |
|
|
|
req.sealrecordSave(this.formobj) |
|
|
@ -251,6 +251,7 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
saveSubmit(){ |
|
|
|
this.formobj.user_sid = window.sessionStorage.getItem('userSid') |
|
|
|
this.backcheckList() |
|
|
|
req.sealrecordSubmit(this.formobj) |
|
|
|
.then(resp => { |
|
|
|