From 5b24fc052b1d59859baf68d0b8467b0d398f41f1 Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 28 Jun 2022 15:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E6=95=99=E5=8A=9F=E8=83=BD=20-=20?= =?UTF-8?q?=E5=B7=B2=E8=AF=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/EvaluationTeach/list.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/list.vue index 805993be7..45a3aa1d3 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EvaluationTeach/list.vue @@ -161,7 +161,6 @@ export default { }, '加载数据时出错' ) - if (!result) { return } this.total = result.total @@ -207,8 +206,10 @@ export default { }, // 点击「编辑」、「查看」、「添加」、「删除」按钮 - async action(type, item) { - this.NAV_TO(`./single?type=view&id=${item.VID}&EmpNo=${item.EmpNo}&LessonNo=${item.LessonNo}`) + async action(type, item) { + if (item.UID != undefined && item.UID !== '') { + this.TOAST('当前项已评价!'); + } }, // 显示列表中的标题项