@ -405,6 +405,9 @@ const buttonTableClick = async (val, row) => {
/** 添加/修改操作 */
const basicFormRef = ref()
const openForm = (type: string, row?: any) => {
if('create'==type){
tableData.value = []
}
basicFormRef.value.open(type, row)
@ -357,6 +357,9 @@ const buttonTableClick = async (val, row) => {
@ -380,6 +380,9 @@ const buttonTableClick = async (val, row) => {