Browse Source

外业分发信息

maxiaoxiao 14 hours ago
parent
commit
1e7f22561f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/pageCode/checkLand/index.vue

+ 2 - 0
src/views/pageCode/checkLand/index.vue

@@ -314,6 +314,7 @@ function submitForm() {
           field(form.value).then((response) => {
             proxy.$modal.msgSuccess("分发成功");
             open.value = false;
+            reset();
             getList();
           });
         }
@@ -321,6 +322,7 @@ function submitForm() {
         removeField(form.value).then((response) => {
           proxy.$modal.msgSuccess("取消分发成功");
           open.value = false;
+          reset();
           getList();
         });
       }