# Conflicts:
#	static/img/tc.png
yj-dev
杨杰 4 years ago
commit 34f2031799
  1. 12
      App.vue
  2. 1
      components/mehaotian-search-revision/mehaotian-search-revision.vue
  3. 2
      pages/user/runningWater/runningWater.vue
  4. BIN
      static/img/tc.png

@ -5,13 +5,13 @@
// brestUrl: 'http://192.168.3.4:9302/brest', // brestUrl: 'http://192.168.3.4:9302/brest',
// imgUrl: 'https://192.168.3.4:9301/filesystem/', // imgUrl: 'https://192.168.3.4:9301/filesystem/',
// //
// url: 'https://hsg.dctpay.com/crest', url: 'https://hsg.dctpay.com/crest',
// imgUrl: 'https://hsg.dctpay.com/filesystem/', imgUrl: 'https://hsg.dctpay.com/filesystem/',
// brestUrl : 'https://hsg.dctpay.com/brest', brestUrl : 'https://hsg.dctpay.com/brest',
// //
url: 'https://hsgcs.dctpay.com/crest', // url: 'https://hsgcs.dctpay.com/crest',
brestUrl : 'https://hsgcs.dctpay.com/brest', // brestUrl : 'https://hsgcs.dctpay.com/brest',
imgUrl: 'https://hsgcs.dctpay.com/filesystem/', // imgUrl: 'https://hsgcs.dctpay.com/filesystem/',
userInfo: "", userInfo: "",
brestUserInfo : '', brestUserInfo : '',

@ -114,7 +114,6 @@
return; return;
} }
} }
console.log(this.inputVal);
this.$emit('search', this.inputVal ? this.inputVal : this.placeholder); this.$emit('search', this.inputVal ? this.inputVal : this.placeholder);
} }
}, },

@ -152,6 +152,8 @@
}, },
bindDateChange: function(e) { bindDateChange: function(e) {
this.date = e.target.value; this.date = e.target.value;
this.pageNum = 1;
this.pageSize = 10;
this.isNoMoreData = false; this.isNoMoreData = false;
this.agentSalesCodeList = []; this.agentSalesCodeList = [];
this.getAgentSalesCodeList(); this.getAgentSalesCodeList();

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Loading…
Cancel
Save