ZaiZai 2 жил өмнө
parent
commit
b8e2c37aad

+ 5 - 0
src/views/uni-app/components/data-form.vue

@@ -127,6 +127,11 @@ const getExcelHtml = async () => {
 //渲染完成
 const tableFormRender = (form) => {
     tableFormInfo.value = form
+    window?.postMessage({
+        type: 'formRender',
+        source: 'web',
+        data: {},
+    })
 }