Selaa lähdekoodia

删除报错语句

mengy 2 vuotta sitten
vanhempi
commit
3398e995cf
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  1. 0 6
      src/views/equipConfig/barnBasicInfo/add.vue

+ 0 - 6
src/views/equipConfig/barnBasicInfo/add.vue

@@ -316,12 +316,6 @@ export default {
316 316
         console.log(err)
317 317
       })
318 318
     },
319
-    resetForm(formName) {
320
-          this.$refs[formName].resetFields();
321
-        },
322
-    addCorrelation () {
323
-
324
-    },
325 319
     handleCheckAllChange (val) {
326 320
       this.checkedCities = val ? cityOptions : [];
327 321
       this.isIndeterminate = false;