添加请求接口

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

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

Loading…
Cancel
Save