|
|
@ -2724,6 +2724,7 @@ |
|
|
|
|
|
|
|
|
// 关闭后刷新列表 |
|
|
// 关闭后刷新列表 |
|
|
refreshDetailList () { |
|
|
refreshDetailList () { |
|
|
|
|
|
this.$set(this.detailData, 'inspectionTypeNo', '') |
|
|
searchPartAttributeDetails(this.detailData).then(({data}) => { |
|
|
searchPartAttributeDetails(this.detailData).then(({data}) => { |
|
|
this.detailList = data.rows |
|
|
this.detailList = data.rows |
|
|
this.normalizeDetailListIpqcInspectionMethod() |
|
|
this.normalizeDetailListIpqcInspectionMethod() |
|
|
|