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

提交

parent 7167482c
...@@ -463,6 +463,7 @@ export default { ...@@ -463,6 +463,7 @@ export default {
this.getData(); this.getData();
this.cateObj = {}; this.cateObj = {};
this.type = ""; this.type = "";
this.keywords = "";
}, },
/** 编辑 */ /** 编辑 */
edit(row) { edit(row) {
......
...@@ -437,7 +437,6 @@ export default { ...@@ -437,7 +437,6 @@ export default {
methods: { methods: {
handleCancel() { handleCancel() {
if (this.title == "修改人员自动考核信息") { if (this.title == "修改人员自动考核信息") {
this.selectArr = []; this.selectArr = [];
let arr = []; let arr = [];
...@@ -553,6 +552,7 @@ export default { ...@@ -553,6 +552,7 @@ export default {
this.getData(); this.getData();
this.cateObj = {}; this.cateObj = {};
this.type = ""; this.type = "";
this.keywords = "";
}, },
/** 编辑 */ /** 编辑 */
edit(row) { 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