wolyshaw hace 2 años
padre
commit
516d6b1061
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {