|
|
@@ -843,6 +843,8 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
init() {
|
|
|
+ this.active = 2
|
|
|
+ this.queryDefaultDate(this.data)
|
|
|
this.guangtouChange(this.data.filter.mainvalve.drivetype);
|
|
|
|
|
|
Object.keys(this.data.filter.mainvalve).forEach((v) => {
|
|
|
@@ -880,6 +882,7 @@ export default {
|
|
|
});
|
|
|
this.$refs.fujianRef.listData();
|
|
|
}, 1000);
|
|
|
+
|
|
|
},
|
|
|
calcTableHieght(id) {
|
|
|
this.$nextTick(() => {
|
|
|
@@ -1270,6 +1273,11 @@ export default {
|
|
|
if (this.isEdit)
|
|
|
return this.$message.warning("已操作过选型单,请按步骤进行!!");
|
|
|
this.active = val + 1;
|
|
|
+ if (this.active == 1){
|
|
|
+ this.resultArr.splice(1)
|
|
|
+ this.fujianArr = []
|
|
|
+ this.isEdit = true
|
|
|
+ }
|
|
|
},
|
|
|
//选项
|
|
|
optionsList() {
|