|
@@ -657,12 +657,13 @@ export default {
|
|
}
|
|
}
|
|
this.$api.removeGroupFeature(params).then(response=>{
|
|
this.$api.removeGroupFeature(params).then(response=>{
|
|
if(response.code == 200){
|
|
if(response.code == 200){
|
|
- if(row.featureHistories){
|
|
|
|
- row.featureHistories.push({
|
|
|
|
- "featureGen":params.ifFirstEdit? 1:2,
|
|
|
|
- "operateMode": 1
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
|
|
+ // if(row.featureHistories){
|
|
|
|
+ // row.featureHistories.push({
|
|
|
|
+ // "featureGen":params.ifFirstEdit? 1:2,
|
|
|
|
+ // "operateMode": 1
|
|
|
|
+ // })
|
|
|
|
+ // }
|
|
|
|
+ this.getList()
|
|
}
|
|
}
|
|
}).catch(response=>{
|
|
}).catch(response=>{
|
|
|
|
|