yrik 4 år sedan
förälder
incheckning
8e7a978f3c

+ 3 - 1
ruoyi-ui/src/views/management/nstruction/index.vue

@@ -1142,6 +1142,7 @@ export default {
     handleAdd(index) {
       this.numhu = index;
       this.reset();
+      this.fileListtherrt = []
       if (this.numhu == 0) {
         this.open = true;
       } else if (this.numhu == 2) {
@@ -1369,6 +1370,7 @@ export default {
     quipment(index) {
       this.resettwo();
       this.numhu = index;
+      this.fileListtherrt = []
       this.opentwo = true;
       this.titletwo = "添加参数";
     },
@@ -1396,7 +1398,7 @@ export default {
 <style rel="stylesheet/scss" lang="scss" scoped>
 .roiyy {
   position: fixed;
-  top: 130px;
+  top: 95px;
   left: 0;
   width: 100%;
   padding-left: 230px;

+ 1 - 1
ruoyi-ui/src/views/under/index.vue

@@ -1291,7 +1291,7 @@ export default {
 <style  lang="scss"  >
 .roiyy {
   position: fixed;
-  top: 130px;
+  top: 95px;
   left: 0;
   width: 100%;
   padding-left: 230px;