ZaiZai 2 anni fa
parent
commit
b8e2c37aad
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      src/views/uni-app/components/data-form.vue

+ 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: {},
+    })
 }