fix:光芯日志mgroup多次请求问题
This commit is contained in:
parent
973b755dc3
commit
0e23bd307b
|
@ -109,13 +109,10 @@ export default {
|
||||||
let paths = this.$route.path;
|
let paths = this.$route.path;
|
||||||
let arr = paths.split("/");
|
let arr = paths.split("/");
|
||||||
this.mgroup_code = arr[2];
|
this.mgroup_code = arr[2];
|
||||||
console.log('this.mgroup_code',this.mgroup_code);
|
|
||||||
that.getMgroups(this.mgroup_code);
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleChange(value) {
|
handleChange(value) {
|
||||||
this.value = value;
|
this.value = value;
|
||||||
console.log("Selected value:", value);
|
|
||||||
},
|
},
|
||||||
getMgroups(code){
|
getMgroups(code){
|
||||||
let that = this;
|
let that = this;
|
||||||
|
|
|
@ -119,13 +119,10 @@ export default {
|
||||||
let paths = this.$route.path;
|
let paths = this.$route.path;
|
||||||
let arr = paths.split("/");
|
let arr = paths.split("/");
|
||||||
this.mgroup_code = arr[2];
|
this.mgroup_code = arr[2];
|
||||||
console.log('this.mgroup_code',this.mgroup_code);
|
|
||||||
that.getMgroups(this.mgroup_code);
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleChange(value) {
|
handleChange(value) {
|
||||||
this.value = value;
|
this.value = value;
|
||||||
console.log("Selected value:", value);
|
|
||||||
},
|
},
|
||||||
getMgroups(code){
|
getMgroups(code){
|
||||||
let that = this;
|
let that = this;
|
||||||
|
|
Loading…
Reference in New Issue