@ -131,7 +131,7 @@ export default {
},
partChange(value, item) {
this.selectedPart = item;
getVersion({ partId: this.ruleForm.partId }).then(res => {
getVersion({ partCode:item.partCode }).then(res => {
this.versionOptions = res.data.data;
});