zengyicheng 1 year ago
parent
commit
4fe698ade2

+ 1 - 1
dist/index.html

@@ -24,4 +24,4 @@
             height: 100%;
             width: 100%;
             background: #e6eaf0;
-        }</style><link href=./static/css/app.ed3094aaf78fd0eec0b011af4ea1ac17.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.f73e1f5407603f6a733b.js></script><script type=text/javascript src=./static/js/vendor.0c21445a4cd992a83ee9.js></script><script type=text/javascript src=./static/js/app.a8a716aaaab67728a0eb.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>
+        }</style><link href=./static/css/app.7b2ab20d7b25cec69812957bc1ba300e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.f73e1f5407603f6a733b.js></script><script type=text/javascript src=./static/js/vendor.0c21445a4cd992a83ee9.js></script><script type=text/javascript src=./static/js/app.5140a6f65a6204d8d411.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.7b2ab20d7b25cec69812957bc1ba300e.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.7b2ab20d7b25cec69812957bc1ba300e.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.ed3094aaf78fd0eec0b011af4ea1ac17.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.5140a6f65a6204d8d411.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.5140a6f65a6204d8d411.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.a8a716aaaab67728a0eb.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.a8a716aaaab67728a0eb.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.f73e1f5407603f6a733b.js.map


+ 10 - 2
src/components/pages/disAdmin/anliList.vue

@@ -135,7 +135,7 @@
       :append-to-body="true"
       width="25%"
       height="80%"
-      :before-close="handleClose"
+      :before-close="handleClose1"
       class="dialog_diy1 customWidth"
     >
       <div class="people">
@@ -434,12 +434,13 @@ export default {
       anliScoreList: [],
       dialogVisibleAllScore: false,
       allScoreSum: 0,
+      reCid: [],
     };
   },
   methods: {
     handleCurrentChange(val) {
       this.page = val;
-      this.getAnliList();
+      this.getAnliList(this.reCid);
     },
     search() {
       this.page = 1;
@@ -531,6 +532,9 @@ export default {
     },
     handleClose(done) {
       done();
+    },
+    handleClose1(done) {
+      
     },
     clear() {
       for (var i = 0; i < this.CourseType[0].length; i++) {
@@ -664,6 +668,7 @@ export default {
         .then((res) => {
           if (res.data[0].length > 0) {
             var reCid = res.data[0][0].aBox;
+            this.reCid = reCid;
             this.selectType(reCid);
           } else {
             this.isNoTableData = true;
@@ -1094,6 +1099,9 @@ export default {
 .customWidth >>> .el-dialog {
   min-width: 500px !important;
 }
+.customWidth >>> .el-dialog__headerbtn {
+  display: none !important;
+}
 .customWidth1 >>> .el-dialog {
   min-width: 800px !important;
 }

+ 10 - 2
src/components/pages/munAdmin/anliList.vue

@@ -114,7 +114,7 @@
       :append-to-body="true"
       width="25%"
       height="80%"
-      :before-close="handleClose"
+      :before-close="handleClose1"
       class="dialog_diy1 customWidth"
     >
       <div class="people">
@@ -406,12 +406,13 @@ export default {
           sumScore: 0,
         },
       ],
+      reCid: [],
     };
   },
   methods: {
     handleCurrentChange(val) {
       this.page = val;
-      this.getAnliList();
+      this.getAnliList(this.reCid);
     },
     search() {
       this.page = 1;
@@ -503,6 +504,9 @@ export default {
     },
     handleClose(done) {
       done();
+    },
+    handleClose1(done) {
+      
     },
     clear() {
       for (var i = 0; i < this.CourseType[0].length; i++) {
@@ -656,6 +660,7 @@ export default {
         .then((res) => {
           if (res.data[0].length > 0) {
             var reCid = res.data[0][0].aBox;
+             this.reCid = reCid;
             this.selectType(reCid);
           } else {
             this.isNoTableData = true;
@@ -1031,6 +1036,9 @@ export default {
 .customWidth >>> .el-dialog {
   min-width: 500px !important;
 }
+.customWidth >>> .el-dialog__headerbtn {
+  display: none !important;
+}
 .customWidth1 >>> .el-dialog {
   min-width: 800px !important;
 }

+ 10 - 2
src/components/pages/proAdmin/anliList.vue

@@ -107,7 +107,7 @@
       :append-to-body="true"
       width="25%"
       height="80%"
-      :before-close="handleClose"
+      :before-close="handleClose1"
       class="dialog_diy1 customWidth"
     >
       <div class="people">
@@ -330,12 +330,13 @@ export default {
           sumScore: 0,
         },
       ],
+      reCid: [],
     };
   },
   methods: {
     handleCurrentChange(val) {
       this.page = val;
-      this.getAnliList();
+      this.getAnliList(this.reCid);
     },
     search() {
       this.page = 1;
@@ -427,6 +428,9 @@ export default {
     },
     handleClose(done) {
       done();
+    },
+    handleClose1(done) {
+      
     },
     clear() {
       for (var i = 0; i < this.CourseType[0].length; i++) {
@@ -536,6 +540,7 @@ export default {
         .then((res) => {
           if (res.data[0].length > 0) {
             var reCid = res.data[0][0].aBox;
+             this.reCid = reCid;
             this.selectType(reCid);
           }
         })
@@ -906,6 +911,9 @@ export default {
 .customWidth >>> .el-dialog {
   min-width: 500px !important;
 }
+.customWidth >>> .el-dialog__headerbtn {
+  display: none !important;
+}
 .customWidth1 >>> .el-dialog {
   min-width: 800px !important;
 }

Some files were not shown because too many files changed in this diff