|
@@ -698,8 +698,9 @@ export default {
|
|
|
//需要循环列表
|
|
|
//且、路径上有参数的话
|
|
|
let params = this.$route.query;
|
|
|
- this.isJump = true;
|
|
|
+
|
|
|
if (params.hasOwnProperty("orgNo")) {
|
|
|
+ this.isJump = true;
|
|
|
//当存在该属性时
|
|
|
// this. channelTmp
|
|
|
//循环拿到orgNo 等于当前的数据
|
|
@@ -787,8 +788,9 @@ export default {
|
|
|
if (val) {
|
|
|
let params = this.$route.query;
|
|
|
console.log(params.hasOwnProperty("orgNo"));
|
|
|
- this.isJump = true;
|
|
|
+
|
|
|
if (params.hasOwnProperty("orgNo")) {
|
|
|
+ this.isJump = true;
|
|
|
//当存在该属性时
|
|
|
this.group = [params.orgNo];
|
|
|
//
|