浏览代码

外业分发信息

maxiaoxiao 18 小时之前
父节点
当前提交
1e7f22561f
共有 1 个文件被更改,包括 2 次插入0 次删除
  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();
         });
       }