|
@@ -350,7 +350,7 @@ export default {
|
|
|
let categoryId = this.categoryId || this.$cookie.get('categoryId')
|
|
|
// console.log('queryView', this.innerLeng, categoryId)
|
|
|
let data = {
|
|
|
- categoryId: this.$cookie.get('categoryId'),
|
|
|
+ categoryId,
|
|
|
graphId: this.$cookie.get('graphId'),
|
|
|
projectId: this.$store.state.plazaId,
|
|
|
flag: flag,
|
|
@@ -398,7 +398,7 @@ export default {
|
|
|
let categoryId = this.categoryId || this.$cookie.get('categoryId')
|
|
|
// console.log('queryEditNum', categoryId)
|
|
|
let data = {
|
|
|
- categoryId: this.$cookie.get('categoryId'),
|
|
|
+ categoryId,
|
|
|
graphId: this.$cookie.get('graphId'),
|
|
|
projectId: this.$store.state.plazaId,
|
|
|
flag: flag,
|