Browse Source

常规提交

SunZehao 2 years ago
parent
commit
55bbe81681

+ 2 - 2
src/components/assessment/evaluationStartFrom.vue

@@ -501,10 +501,10 @@ export default {
                     }
                     .detaTableBtns{
                         display: flex;
-                        width: 500px;
+                        width: 200px;
                         position: relative;
                         top: 32px;
-                        left: 90vw;
+                        left: 80vw;
                         z-index: 11111;
                         .tableBtn {
                             display: flex;

+ 1 - 0
src/components/evaluationSystem/evaluationIndexPage.vue

@@ -625,6 +625,7 @@ export default {
         resetSeach() {
             this.page.currentPage = 1
             this.indicatorIdS = ''
+            this.binSectionIds = ''
             this.getEvaluationData()
         },
         successImport(val) {