@@ -17,10 +17,7 @@ export default {
watch: {},
computed: {
id() {
- if(this.$route.path == '/administrator/editVersion'){
- return this.$route.query.id;
- }
-
+ return this.$route.query.id;
},
created() {},