diff --git a/src/views/wpm_gx/index.vue b/src/views/wpm_gx/index.vue index 489157d5..34d81c3d 100644 --- a/src/views/wpm_gx/index.vue +++ b/src/views/wpm_gx/index.vue @@ -109,13 +109,10 @@ export default { let paths = this.$route.path; let arr = paths.split("/"); this.mgroup_code = arr[2]; - console.log('this.mgroup_code',this.mgroup_code); - that.getMgroups(this.mgroup_code); }, methods: { handleChange(value) { this.value = value; - console.log("Selected value:", value); }, getMgroups(code){ let that = this; diff --git a/src/views/wpm_gx/index2.vue b/src/views/wpm_gx/index2.vue index aa9e7496..07136b07 100644 --- a/src/views/wpm_gx/index2.vue +++ b/src/views/wpm_gx/index2.vue @@ -119,13 +119,10 @@ export default { let paths = this.$route.path; let arr = paths.split("/"); this.mgroup_code = arr[2]; - console.log('this.mgroup_code',this.mgroup_code); - that.getMgroups(this.mgroup_code); }, methods: { handleChange(value) { this.value = value; - console.log("Selected value:", value); }, getMgroups(code){ let that = this;