duy 1 year ago
parent
commit
e79a2743a9
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/debit-pay/material/periods.vue

+ 4 - 2
src/views/debit-pay/material/periods.vue

@@ -219,9 +219,11 @@ const editModalSave = async () => {
         saveLoading.value = false
         if (!error && code === 200) {
             window?.$message?.success(msg)
+            getTableData()
+            editModalClose()
         }
-        getTableData()
-    editModalClose()
+     
+   
 }
 const editModalClose = () => {
     editModalShow.value = false