@ -354,6 +354,10 @@ export default {
type: Object,
default: null,
},
updateRow: {
data() {
var checkCode = (rule, value, callback) => {
@ -565,7 +569,7 @@ export default {
// 获取零件信息详情数据
getPartDetails() {
getPartDetail(this.partId).then(res => {
getPartDetail(this.updateRow.id).then(res => {
this.formData = res.data.data.dsPartEntity;
this.data = res.data.data.dsPartEntities;