Explorar o código

核销刷新处理

kk.shi %!s(int64=3) %!d(string=hai) anos
pai
achega
b72804448c
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      pages/welfareMall/writeOff/writeOff.js

+ 4 - 2
pages/welfareMall/writeOff/writeOff.js

@@ -169,7 +169,8 @@ userstoreListView: function(data) {
   bindPickerChange: function (e) {
     console.log(e)
     this.setData({
-        index: e.detail.value
+        index: e.detail.value,
+        hexiaoList: [],
     })
     let storeList = this.data.storeList
     if(storeList != null && storeList.length > 0){
@@ -188,7 +189,8 @@ userstoreListView: function(data) {
   //选择日期
   bindDateChange: function (e) { 
     this.setData({
-        date: e.detail.value
+        date: e.detail.value,
+        hexiaoList: [],
     })
     this.getHexiaoList();
   },