Browse Source

首件上报bug修改

duy 2 years ago
parent
commit
5f3da5dd9e
1 changed files with 2 additions and 1 deletions
  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) => {
 const setHTableForm = (resData, cid) => {
     //先卸载
     //先卸载
     if (tableFormApp.value) {
     if (tableFormApp.value) {
-        tableFormApp.value?.unmount()
+        // tableFormApp.value?.unmount()
+        tableFormApp.value?.app?.unmount()
     }
     }
     if (resData) {
     if (resData) {
         isTableForm.value = true
         isTableForm.value = true