|
|
@ -565,6 +565,9 @@
|
|
|
|
<el-button type="primary" @click="newUnit" :disabled="false">确定</el-button>
|
|
|
|
<el-button type="primary" @click="newUnit" :disabled="false">确定</el-button>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;" v-if="$route.query.pageType == 'look'">
|
|
|
|
|
|
|
|
<el-button type="primary" @click="cancel">返回</el-button>
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -811,7 +814,8 @@ export default {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
cancel(){
|
|
|
|
cancel(){
|
|
|
|
this.$router.go(-1);
|
|
|
|
// this.$router.go(-1);
|
|
|
|
|
|
|
|
this.$router.push({name:'Unit',params:this.$route.query.queryData})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
beforeRouteEnter(to,from,next){
|
|
|
|
beforeRouteEnter(to,from,next){
|
|
|
|