Ver Fonte

抽检记录修改

duy há 1 ano atrás
pai
commit
cf11c9bf8f
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      src/views/transfer/preliminary-examination.vue

+ 4 - 1
src/views/transfer/preliminary-examination.vue

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