Browse Source

保存后预览

duy 2 năm trước cách đây
mục cha
commit
0e65e06f37
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/other/first-item.vue

+ 3 - 1
src/views/other/first-item.vue

@@ -548,14 +548,16 @@ const tableDelButton = (index) => {
 //填报数据保存
 const pdfId=ref('')
 const saveBussData = async () => {
+    console.log('保存');
     const { id } = treeItem.value
     const res = await saveExcelBussData(id + '')
     //刷新页面
     //  window?.location?.reload()  //刷新页面
     if (res) {
         pdfId.value=res
+         queryNodeStatus()
         await getBussPdfInfo(res)
-          queryNodeStatus()
+         
           
        
     }