|
@@ -529,7 +529,8 @@ const tableFormApp = ref(null)
|
|
|
const setHTableForm = (resData, cid) => {
|
|
|
//先卸载
|
|
|
if (tableFormApp.value) {
|
|
|
- tableFormApp.value?.unmount()
|
|
|
+ // tableFormApp.value?.unmount()
|
|
|
+ tableFormApp.value?.app?.unmount()
|
|
|
}
|
|
|
if (resData) {
|
|
|
isTableForm.value = true
|