Explorar el Código

清除数据修改

duy hace 2 años
padre
commit
f06b6306c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/data-fill/collapse-form/index.vue

+ 1 - 1
src/views/data-fill/collapse-form/index.vue

@@ -673,7 +673,7 @@ const handleMenuSelect = async ({ key }) => {
     } else if (key === 'clear') {
         const { pkeyId } = tableFormItemNode.value
         const refs = await getFormRef(pkeyId)
-        refs?.getTableFormInfo(pkeyId)
+        refs?.getTableFormInfo(0)
      
     }
 }