瀏覽代碼

抽检记录修改

duy 1 年之前
父節點
當前提交
cf11c9bf8f
共有 1 個文件被更改,包括 4 次插入1 次删除
  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()
 }