|
@@ -232,7 +232,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
this.scoTitList.forEach((e, index) => {
|
|
this.scoTitList.forEach((e, index) => {
|
|
e.cog = null;
|
|
e.cog = null;
|
|
- })
|
|
|
|
|
|
+ })
|
|
this.scoTitList = JSON.parse(JSON.stringify(this.scoTitList));
|
|
this.scoTitList = JSON.parse(JSON.stringify(this.scoTitList));
|
|
|
|
|
|
}
|
|
}
|
|
@@ -428,7 +428,9 @@ export default {
|
|
.get(_this.$store.state.api + "updateWorksEvaTwo", params)
|
|
.get(_this.$store.state.api + "updateWorksEvaTwo", params)
|
|
.then(res => {
|
|
.then(res => {
|
|
console.log('999999999999999999999999999999999999999999999999999');
|
|
console.log('999999999999999999999999999999999999999999999999999');
|
|
|
|
+ this.getData()
|
|
this.$emit('refreshOther',{tid:this.toolIndex,wid:this.wIndex})
|
|
this.$emit('refreshOther',{tid:this.toolIndex,wid:this.wIndex})
|
|
|
|
+
|
|
return resolve(1);
|
|
return resolve(1);
|
|
|
|
|
|
})
|
|
})
|