因为这个项目license问题无法开源,更多技术支持与服务请加入我的知识星球。
接上一节
10、新建表单,打开VForm3编辑页面
/**
* 新增事件
*/
function handleAdd() {
designer.open = true;
nextTick(() => {
reset();
vfDesignerRef.value.clearDesigner();
});
}
11、编辑表单
/**
* 编辑事件
*/
function handleEdit(record: Recordable) {
designer.open = true;
console.log("handleEdit record",record)
nextTick(async (