Baozhangchao 3 years ago
parent
commit
899fb5de2a
1 changed files with 0 additions and 17 deletions
  1. 0
    17
      src/views/WeChatConfig/Edit.vue

+ 0
- 17
src/views/WeChatConfig/Edit.vue View File

134
           })
134
           })
135
       }
135
       }
136
     }
136
     }
137
-
138
-    // '$route.query.configId': {
139
-    //   handleChange(val) {
140
-    //     if (val) {
141
-    //       this.configId = val
142
-    //       detailsConfig(val)
143
-    //         .then((res) => {
144
-    //           this.ruleForm = res.data
145
-    //         })
146
-    //         .catch((e) => {
147
-    //           this.$message.error('ID有误。')
148
-    //           this.$router.go(-1)
149
-    //         })
150
-    //     }
151
-    //   },
152
-    //   immediate: true
153
-    // }
154
   },
137
   },
155
   mounted() {
138
   mounted() {
156
     if (this.$route?.query.configId) {
139
     if (this.$route?.query.configId) {