Baozhangchao 3 anni fa
parent
commit
899fb5de2a
1 ha cambiato i file con 0 aggiunte e 17 eliminazioni
  1. 0
    17
      src/views/WeChatConfig/Edit.vue

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

@@ -134,23 +134,6 @@ export default {
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 138
   mounted() {
156 139
     if (this.$route?.query.configId) {