Commit ac50b413 authored by 姬鋆屾's avatar 姬鋆屾

提交

parent 7167482c
......@@ -463,6 +463,7 @@ export default {
this.getData();
this.cateObj = {};
this.type = "";
this.keywords = "";
},
/** 编辑 */
edit(row) {
......
......@@ -437,7 +437,6 @@ export default {
methods: {
handleCancel() {
if (this.title == "修改人员自动考核信息") {
this.selectArr = [];
let arr = [];
......@@ -553,6 +552,7 @@ export default {
this.getData();
this.cateObj = {};
this.type = "";
this.keywords = "";
},
/** 编辑 */
edit(row) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment