成绩管理

dev_2022-05-11
yujialong 4 years ago
parent edf22f0c7d
commit bf957e7da9
  1. 2
      src/components/page/achievement.vue

@ -271,7 +271,7 @@ export default {
return `ids=${item.id}`
}) : []
this.$confirm('确定要删除吗?', '提示', {
this.$confirm('该项目下的所有成绩报告将会删除,是否继续?', '提示', {
type: 'warning'
})
.then(() => {

Loading…
Cancel
Save