Selaa lähdekoodia

抽检记录修改

duy 1 vuosi sitten
vanhempi
commit
cf11c9bf8f
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  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()
 }