lsc 2 năm trước cách đây
mục cha
commit
11dc42e166
2 tập tin đã thay đổi với 268 bổ sung548 xóa
  1. 262 546
      src/components/student/studyStudent.vue
  2. 6 2
      src/components/studyStudent.vue

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 262 - 546
src/components/student/studyStudent.vue


+ 6 - 2
src/components/studyStudent.vue

@@ -11526,8 +11526,12 @@ export default {
       const x = new XMLHttpRequest();
       x.open("GET", _url, true);
       x.responseType = "blob";
-      const loading = this.openLoading();
-      _this.$message.success("文件下载中...");
+      const loading = _this.$loading.service({
+        background: "rgba(255, 255, 255, 0.7)",
+        target: document.body,
+        text:'文件加载中...'
+      });
+      // _this.$message.success("文件下载中...");
       x.onload = function (e) {
         loading.close();
         // const url = window.URL.createObjectURL(x.response);

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác