工作考核
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<template #content>
|
<template #content>
|
||||||
<ai-search-bar>
|
<ai-search-bar>
|
||||||
<template #left>
|
<template #left>
|
||||||
<el-button type="primary">提醒未填写成员</el-button>
|
<el-button type="primary" @click="sendTips">提醒未填写成员</el-button>
|
||||||
<ai-select
|
<ai-select
|
||||||
v-model="search.status"
|
v-model="search.status"
|
||||||
clearable
|
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 () {
|
getList () {
|
||||||
this.instance.post(`/app/appassessmentscorev2task/fillInfo`, null, {
|
this.instance.post(`/app/appassessmentscorev2task/fillInfo`, null, {
|
||||||
params: {
|
params: {
|
||||||
|
|||||||
Reference in New Issue
Block a user