Browse Source

auto commit

gcz 3 years ago
parent
commit
fabb039365
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/components/applys.vue

+ 7 - 1
src/components/applys.vue

@@ -152,7 +152,7 @@
         </el-form-item>
       </el-form>
       <div slot="footer" class="dialog-footer">
-        <el-button @click="dialogVisible = false">取 消</el-button>
+        <el-button @click="cancel">取 消</el-button>
         <el-button type="primary" @click="submit">确 定</el-button>
       </div>
     </el-dialog>
@@ -284,6 +284,12 @@ export default {
       console.log("this.form", this.form);
       this.dialogVisible = true;
     },
+    cancel() {
+      this.dialogVisible = false;
+      this.form = {};
+      this.handlegetApplyList();
+      // this.$router.go(0);
+    },
     submit() {
       // console.log("this.form", this.form);
       // console.log("parseTime", parseTime);