Explorar el Código

批量保存不预览

duy hace 1 año
padre
commit
f9447e891b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/data-fill/wbs.vue

+ 3 - 1
src/views/data-fill/wbs.vue

@@ -1852,7 +1852,9 @@ const tableFormSaveClick = async () => {
         if (!error && code === 200) {
             window?.$message?.success('保存成功')
             // await bussPdfsClick()
-            getTableDataAll()
+             const activeKey = ListItemRef.value?.getActiveKey()
+             console.log(activeKey, 'activeKey')
+            getTableDataAll(activeKey)
         }
     } else {
         console.log('预览')