添加请求接口

master
yujialong 4 years ago
parent 86308ff643
commit b50840c6fe
  1. 5
      src/views/List.vue

@ -221,10 +221,7 @@ export default {
}, },
// //
handleClick(res) { handleClick(res) {
if (this.systemId == 11) { if(this.systemId == 2){
//
this.$router.push(`transaction?systemId=${this.systemId}&userId=${this.userId}&id=${res.id}`);
} else if(this.systemId == 2){
this.$router.push(`programOption?systemId=${this.systemId}&userId=${this.userId}&id=${res.id}`); this.$router.push(`programOption?systemId=${this.systemId}&userId=${this.userId}&id=${res.id}`);
}else{ }else{
this.$router.push(`programOptions?systemId=${this.systemId}&userId=${this.userId}&id=${res.id}&pattern=${this.pattern}`); this.$router.push(`programOptions?systemId=${this.systemId}&userId=${this.userId}&id=${res.id}&pattern=${this.pattern}`);

Loading…
Cancel
Save