fix:光芯日志mgroup多次请求问题

This commit is contained in:
shijing 2025-07-07 09:24:23 +08:00
parent 973b755dc3
commit 0e23bd307b
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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;