工作考核
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user