|
@@ -350,11 +350,12 @@ export default {
|
|
|
this.legendData = [];
|
|
|
this.systemName = "";
|
|
|
this.floorName = "";
|
|
|
+ this.seq =''
|
|
|
this.systemName = items.Gcode;
|
|
|
this.floorName = id.Code;
|
|
|
this.floorId = id.Gname;
|
|
|
this.categoryId = items.Id;
|
|
|
- this.seq = items.Seq;
|
|
|
+ this.seq = id.Seq;
|
|
|
// this.getLegend();
|
|
|
this.checkFloor(id.Gname);
|
|
|
console.log(items);
|
|
@@ -375,6 +376,7 @@ export default {
|
|
|
this.systemName = "";
|
|
|
this.floorName = "";
|
|
|
this.floorId = "";
|
|
|
+ this.seq = "";
|
|
|
this.categoryId = "";
|
|
|
if (data.length) {
|
|
|
(function recursion(newObj) {
|
|
@@ -593,7 +595,6 @@ export default {
|
|
|
|
|
|
// 发布成功跳转草稿箱
|
|
|
const token = this.$store.getters["token"];
|
|
|
- alert(this.seq)
|
|
|
this.$router.push({
|
|
|
path: "editer",
|
|
|
query: {
|