Commit 689dc2d3 by xue_wengang

Update ajbzDetail.vue

parent fd08d820
...@@ -1039,7 +1039,7 @@ export default { ...@@ -1039,7 +1039,7 @@ export default {
created() { created() {
this.query("yes"); this.query("yes");
this.getBz("yes"); this.getBz("yes");
this.ischeck = this.$route.query.check == "check" ? true : false; this.ischeck = this.$route.query.flag ? false : true;
}, },
methods: { methods: {
bjBack(czmsdm, bzzt) { bjBack(czmsdm, bzzt) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment