浏览代码

保存后预览

duy 2 年之前
父节点
当前提交
0e65e06f37
共有 1 个文件被更改,包括 3 次插入1 次删除
  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()
+         
           
        
     }