|
|
@ -216,15 +216,11 @@ export default { |
|
|
methods: { |
|
|
methods: { |
|
|
init () { |
|
|
init () { |
|
|
this.dataForm.id = this.$route.query.id |
|
|
this.dataForm.id = this.$route.query.id |
|
|
// 'e0ae6e8286ad0160b62023e030faa1d5' |
|
|
|
|
|
// this.$route.query.id |
|
|
|
|
|
this.status = this.$route.query.status === undefined? '0':this.$route.query.status; |
|
|
this.status = this.$route.query.status === undefined? '0':this.$route.query.status; |
|
|
if (this.status === '1'){ |
|
|
if (this.status === '1'){ |
|
|
this.isAble = true; |
|
|
this.isAble = true; |
|
|
this.pageDisabled = true; |
|
|
this.pageDisabled = true; |
|
|
} |
|
|
} |
|
|
// this.$route.query.id |
|
|
|
|
|
// '980b98f007278c1452867b7c208f3f75' |
|
|
|
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
if (this.dataForm.id) { |
|
|
if (this.dataForm.id) { |
|
|
this.$http.get(`/kpi/subdetail/getInfogrid/${this.dataForm.id}`).then(({ data: res }) => { |
|
|
this.$http.get(`/kpi/subdetail/getInfogrid/${this.dataForm.id}`).then(({ data: res }) => { |
|
|
|