mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 23:56:43 +08:00
【GFRS-3645】签字页面点击提交按钮清空本地存储的签字信息数据
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
if(res.result == 0){
|
if(res.result == 0){
|
||||||
this.pdfUrl = config.assetsUpUrl + res.content.rgssUrl
|
this.pdfUrl = config.assetsUpUrl + res.content.rgssUrl
|
||||||
let signInfo = JSON.parse(localStorage.getItem('signInfo'))
|
let signInfo = JSON.parse(localStorage.getItem('signInfo'))
|
||||||
if (signInfo && signInfo.status == '1') {
|
if (signInfo && signInfo.status == '0') {
|
||||||
this.base64 = sessionStorage.getItem('twoimgBase64Data')
|
this.base64 = sessionStorage.getItem('twoimgBase64Data')
|
||||||
this.$set(this.signInfo, 'status', '2')
|
this.$set(this.signInfo, 'status', '2')
|
||||||
}
|
}
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
this.toAirSign('0', '签字日期', '-150', '2')
|
this.toAirSign('0', '签字日期', '-150', '2')
|
||||||
},
|
},
|
||||||
goNext(){
|
goNext(){
|
||||||
|
window.localStorage.removeItem('signInfo')
|
||||||
},
|
},
|
||||||
toAirSign(status, keyword, offset, originStatus) {
|
toAirSign(status, keyword, offset, originStatus) {
|
||||||
let thisSignInfo = {
|
let thisSignInfo = {
|
||||||
|
|||||||
Reference in New Issue
Block a user