|
@@ -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 {
|