Commit 4a16132d authored by 姬鋆屾's avatar 姬鋆屾

提交绩效展示开关操作

parent 804e4236
...@@ -229,6 +229,15 @@ export default { ...@@ -229,6 +229,15 @@ export default {
this.form.effectCheck = 1; this.form.effectCheck = 1;
this.form.complainCheck = 1; this.form.complainCheck = 1;
} }
this.form.staffId = this.form.id;
this.form.type = 1;
this.$post("/staff/check/authorize", this.form).then((res) => {
if (res.code == 1) {
this.$message.success("绩效展示修改成功!");
} else {
this.$message.error(res.message);
}
});
}, },
renderContent: function(h, { node, data, store }) { renderContent: function(h, { node, data, store }) {
return ( return (
......
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