From 366d407470b8953170b2579ae6f4a79a34fbbddf Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期二, 01 八月 2023 18:59:36 +0800
Subject: [PATCH] 更新部分课包管理

---
 cloud-server-management/src/main/webapp/static/modular/system/course/course.js |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/course/course.js b/cloud-server-management/src/main/webapp/static/modular/system/course/course.js
index 051e336..4bced24 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/course/course.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/course/course.js
@@ -51,13 +51,7 @@
 Course.check = function () {
     let selected = $('#' + this.id).bootstrapTable('getSelections');
     if (selected.length == 0) {
-        if(language==1){
-            Feng.info("请先选中表格中的某一记录!");
-        }else if(language==2){
-            Feng.info("Please select a record in the table first!");
-        }else {
-            Feng.info("Pilih catatan di tabel terlebih dahulu!");
-        }
+        Feng.info("请先选中表格中的某一记录!");
         return false;
     } else {
         Course.seItem = selected[0];

--
Gitblit v1.7.1