gjy 2 年之前
父节点
当前提交
e68b49889f
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      public/static/payprint.html

+ 1 - 4
public/static/payprint.html

@@ -1144,10 +1144,7 @@
         // let _data = decodeURIComponent(this.getQueryVariable('dataList'))
         // let _data = decodeURIComponent(this.getQueryVariable('dataList'))
         let _data  ={}
         let _data  ={}
         if(localStorage.getItem('print_pay_data')){
         if(localStorage.getItem('print_pay_data')){
-            _data=decodeURIComponent(localStorage.getItem('print_pay_data'))
-        }
-        else{
-            _data = decodeURIComponent(this.getQueryVariable("dataList"))
+            _data=localStorage.getItem('print_pay_data')
         }
         }
         if (!_data) {
         if (!_data) {
           this.selectPrint = true
           this.selectPrint = true