duy преди 2 години
родител
ревизия
5f3da5dd9e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/views/other/first-item.vue

+ 2 - 1
src/views/other/first-item.vue

@@ -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