瀏覽代碼

修改提示

lex-xin 4 年之前
父節點
當前提交
8ab8ca8103

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-649d06aa.065115d6.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.9839a277.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-0dede6c4.e3bb6da6.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-649d06aa.c062a370.js


+ 1 - 1
src/views/teamBuild/teamSeting/components/setClassV2.vue

@@ -858,7 +858,7 @@ export default {
           obj.subjectIdList = subjectIdList;
           createClass(obj).then(res => {
             if (res.code == 200) {
-              this.$message.success(res.msg);
+              this.$message.success('创建成功');
               this.getList();
               this.newClassVisible = false;
             }

部分文件因文件數量過多而無法顯示