Ver código fonte

修复字段

wolyshaw 2 anos atrás
pai
commit
516d6b1061
1 arquivos alterados com 1 adições e 1 exclusões
  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 {