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