ZaiZai 1 жил өмнө
parent
commit
c8e7116132

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240729112459"
+  "value": "20240729145900"
 }

+ 2 - 2
src/plugins/HTableForm.js

@@ -52,8 +52,8 @@ export default class HTableForm {
      * @returns {Object} 返回创建的Vue应用和VM实例
      */
     static createForm({ template, tableForm, keys, appId, pid, onRight, onBlur, onLeftClick, onFormDataChange, onChartRefs }) {
-        if (!template || !tableForm || !keys || !appId) {
-            throw new Error('Missing required parameters')
+        if (!template || !tableForm || !appId) {
+            throw new Error('渲染失败')
         }
 
         const app = createApp({