zs 3 miesięcy temu
rodzic
commit
11413d8a7a
1 zmienionych plików z 3 dodań i 7 usunięć
  1. 3 7
      src/views/center/match.vue

+ 3 - 7
src/views/center/match.vue

@@ -566,9 +566,7 @@ const toSave = async (formEl) => {
           callback: async () => {
             if (res.data && res.data.id) match_id.value = res.data.id
             await toProcessSave()
-            form.value = { time: [], rules: {} }
-            processList.value = []
-            activeName.value = 'first'
+            await toClose()
           }
         })
       }
@@ -602,9 +600,7 @@ const toDraftSave = async (formEl) => {
           callback: async () => {
             if (res.data && res.data.id) match_id.value = res.data.id
             await toProcessSave()
-            form.value = { time: [], rules: {} }
-            processList.value = []
-            activeName.value = 'first'
+            await toClose()
           }
         })
       }
@@ -638,7 +634,7 @@ const toMatchSave = async (row) => {
   }
 }
 const toClose = async () => {
-  form.value = { time: [], rules: {} }
+  form.value = { time: [], video: [], rules: {} }
   dialog.value = { show: false }
   investigateList.value = []
   finalsList.value = []