|
@@ -128,8 +128,10 @@ watch(() => [
|
|
|
})
|
|
|
|
|
|
//渲染完成
|
|
|
-onActivated(() => {
|
|
|
- getCurrentIdData()
|
|
|
+onActivated(async () => {
|
|
|
+ await getCurrentIdData()
|
|
|
+ getTableData()
|
|
|
+ getUserInspectStats()
|
|
|
})
|
|
|
//获取获取当前期在线验收id
|
|
|
const currentId = ref('')
|
|
@@ -257,6 +259,8 @@ const changeFile = (row)=>{
|
|
|
//关闭抽查
|
|
|
const onCarrySpotChecksClose = () => {
|
|
|
isCarrySpotChecksDrawer.value = false
|
|
|
+ getTableData()
|
|
|
+ getUserInspectStats()
|
|
|
}
|
|
|
|
|
|
//编写结论
|