Browse Source

划分树引用元素表处理。

ZaiZai 2 years ago
parent
commit
9b9fe82441
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/data-fill/division.vue

+ 1 - 0
src/views/data-fill/division.vue

@@ -1109,6 +1109,7 @@ const addingFormSave = async () => {
         addingFormLoading.value = false
         if (!error && code === 200) {
             window.$message?.success('操作成功')
+            addingFormModal.value = false
             window?.location?.reload()  //刷新页面
         }
     } else {