工作考核

This commit is contained in:
yanran200730
2022-12-19 08:40:11 +08:00
parent cc3af06617
commit 4a434b4009

View File

@@ -21,7 +21,7 @@
<template #content>
<ai-search-bar>
<template #left>
<el-button type="primary">提醒未填写成员</el-button>
<el-button type="primary" @click="sendTips">提醒未填写成员</el-button>
<ai-select
v-model="search.status"
clearable
@@ -141,6 +141,19 @@
})
},
sendTips () {
this.instance.post(`/app/appassessmentscorev2task/remindUnFill`, null, {
params: {
taskId: this.params.id
}
}).then(res => {
if (res.code == 0) {
this.$message.success('提醒成功')
}
})
},
getList () {
this.instance.post(`/app/appassessmentscorev2task/fillInfo`, null, {
params: {