|
@@ -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;
|