|
|
@ -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}`); |
|
|
|