13233904609 3 months ago
parent f3e2810d94
commit 03222e9654

@ -336,6 +336,7 @@ export default {
handleAdd() {
this.reset();
this.open = true;
this.disabled = false;
this.title = "添加绩效评价规则";
},
/** 修改按钮操作 */
@ -345,6 +346,7 @@ export default {
getEvaluationrules(id).then(response => {
this.form = response.data;
this.open = true;
this.disabled = false;
this.title = "修改绩效评价规则";
});
},
@ -355,6 +357,7 @@ export default {
getEvaluationrules(id).then(response => {
this.form = response.data;
this.open = true;
this.disabled = true;
this.title = "修改绩效评价规则";
});
},

Loading…
Cancel
Save