Explorar o código

修改app表单

ZaiZai %!s(int64=2) %!d(string=hai) anos
pai
achega
b8e2c37aad
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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: {},
+    })
 }