Revert "Revert "update 构成表单页的种子""

This reverts commit 43a3184bba.
This commit is contained in:
2021-05-12 23:24:44 +08:00
parent 43a3184bba
commit 6c4ef23743
32 changed files with 1475 additions and 980 deletions

View File

@@ -0,0 +1,10 @@
<template>
<div>
<a-button
@click="openContentWindow({
title: '房屋表单',
path: 'business/house/houseInfo/form',
});"
>打开表单</a-button>
</div>
</template>