|
@@ -263,9 +263,9 @@ export default {
|
|
if (res) {
|
|
if (res) {
|
|
if(res.status == 404) {
|
|
if(res.status == 404) {
|
|
this.$Modal.confirm({
|
|
this.$Modal.confirm({
|
|
- title: "问卷已被删除,是否删除此条记录?",
|
|
|
|
- okText: "删除",
|
|
|
|
- cancelText: "取消",
|
|
|
|
|
|
+ title: this.$t('studentWeb.queNaire.delTitle'),
|
|
|
|
+ okText: this.$t('ability.review.delete'),
|
|
|
|
+ cancelText: this.$t('auth.cancel'),
|
|
onOk: () => {
|
|
onOk: () => {
|
|
this.delActivity(item)
|
|
this.delActivity(item)
|
|
}
|
|
}
|
|
@@ -296,7 +296,7 @@ export default {
|
|
this.$api.jyzx.delActivity(param).then(res => {
|
|
this.$api.jyzx.delActivity(param).then(res => {
|
|
if(res) {
|
|
if(res) {
|
|
if(res.status == 200) {
|
|
if(res.status == 200) {
|
|
- this.$Message.success('问卷已删除!')
|
|
|
|
|
|
+ this.$Message.success(this.$t('evaluation.deleteSuc'))
|
|
let listIndex = null
|
|
let listIndex = null
|
|
this.listShow.forEach((list, index) => {
|
|
this.listShow.forEach((list, index) => {
|
|
if(list.id == item.id) {
|
|
if(list.id == item.id) {
|