@@ -1,3 +1,3 @@
{
- "value": "20240729112459"
+ "value": "20240729145900"
}
@@ -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({