|
@@ -291,9 +291,10 @@ export default {
|
|
});
|
|
});
|
|
saveGroup(data).then(res => {
|
|
saveGroup(data).then(res => {
|
|
Message.close()
|
|
Message.close()
|
|
- console.log("aaaaaaaaaaaaaa", res);
|
|
|
|
this.graphId = res.Data;
|
|
this.graphId = res.Data;
|
|
- });
|
|
|
|
|
|
+ }).catch((err)=>{
|
|
|
|
+
|
|
|
|
+ })
|
|
});
|
|
});
|
|
bus.$on("exportByKey", val => {
|
|
bus.$on("exportByKey", val => {
|
|
const list = this.fParser.spaceList
|
|
const list = this.fParser.spaceList
|