|
@@ -172,7 +172,7 @@ export default {
|
|
const {code,data,msg} = res.data;
|
|
const {code,data,msg} = res.data;
|
|
if(code=='0'){
|
|
if(code=='0'){
|
|
const item = Object.assign({},row,data);
|
|
const item = Object.assign({},row,data);
|
|
- console.log('item', item)
|
|
|
|
|
|
+ // console.log('item', item)
|
|
this.$router.push({name:'AddLabelGroup',params:{isEdit:true,data:item}});
|
|
this.$router.push({name:'AddLabelGroup',params:{isEdit:true,data:item}});
|
|
}else{
|
|
}else{
|
|
this.$message({
|
|
this.$message({
|