|
@@ -259,7 +259,10 @@ const changeFile = (row)=>{
|
|
//关闭抽查
|
|
//关闭抽查
|
|
const onCarrySpotChecksClose = () => {
|
|
const onCarrySpotChecksClose = () => {
|
|
isCarrySpotChecksDrawer.value = false
|
|
isCarrySpotChecksDrawer.value = false
|
|
- getTableData()
|
|
|
|
|
|
+ if (searchForm.value.nodeId) {
|
|
|
|
+ getTableData()
|
|
|
|
+ }
|
|
|
|
+
|
|
getUserInspectStats()
|
|
getUserInspectStats()
|
|
}
|
|
}
|
|
|
|
|