Commit 4a92a4af authored by jingnan's avatar jingnan 👀

装配任务执行试验申请删除后未刷新界面修改

parent 921cfb25
......@@ -344,6 +344,7 @@ export default {
type: 'error'
})
}
this.$emit('refreshPage')
})
.catch((err) => console.error(err))
.finally(() => {
......
......@@ -522,7 +522,7 @@
<InspectionRejected ref="InspectionRejected" />
<AttachmentUpload ref="AttachmentUpload" />
<!-- 物料确认 -->
<RecordMaintenance ref="RecordMaintenance" />
<RecordMaintenance ref="RecordMaintenance" @refreshPage="refreshPage" />
<!-- 物料确认 -->
</div>
</template>
......@@ -1373,6 +1373,9 @@ export default {
// sortiesId: item.sortiesId
// }
})
},
refreshPage() {
this.getWorkingProcedure()
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment