wolyshaw 2 lat temu
rodzic
commit
516d6b1061
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/accompaniment/modals/form.vue

+ 1 - 1
src/views/accompaniment/modals/form.vue

@@ -507,7 +507,7 @@ export default {
         this.form.rankIdType = 0;
       }
       const xmlres = await axios(this.detail.xmlUrl)
-      this.gradual = getGradualLengthByXml(xmlres.data)
+      this.graduals = getGradualLengthByXml(xmlres.data)
       this.partListNames = this.getPartListNames(xmlres.data)
       this.FeatchDetailList();
     } else {