|
@@ -50,6 +50,11 @@ export default {
|
|
default: "1",
|
|
default: "1",
|
|
type: String
|
|
type: String
|
|
},
|
|
},
|
|
|
|
+ categoryId: {
|
|
|
|
+ default: "",
|
|
|
|
+ type: String
|
|
|
|
+ },
|
|
|
|
+
|
|
loadName: null,
|
|
loadName: null,
|
|
type: null
|
|
type: null
|
|
},
|
|
},
|
|
@@ -211,7 +216,7 @@ export default {
|
|
const data = {
|
|
const data = {
|
|
BuildingID: "1",
|
|
BuildingID: "1",
|
|
FloorID: FloorID,
|
|
FloorID: FloorID,
|
|
- categoryId: this.$cookie.get("categoryId"),
|
|
|
|
|
|
+ categoryId: this.categoryId ? this.categoryId : this.$cookie.get("categoryId"),
|
|
projectId: this.urlMsg.ProjectID
|
|
projectId: this.urlMsg.ProjectID
|
|
};
|
|
};
|
|
return readGroup(data);
|
|
return readGroup(data);
|