ZaiZai преди 1 година
родител
ревизия
c8e7116132
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      public/version.json
  2. 2 2
      src/plugins/HTableForm.js

+ 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({