Commit e604f69a authored by 高宇's avatar 高宇

Merge remote-tracking branch 'origin/master'

parents d9f20d5f 4671bb64
...@@ -555,9 +555,6 @@ export default { ...@@ -555,9 +555,6 @@ export default {
} }
}) })
} }
console.log('00000000000000000000')
console.log(this.declareForm)
console.log('00000000000000000000')
// 调用接口信息 // 调用接口信息
this.getOptions() this.getOptions()
this.getIssuingDept() this.getIssuingDept()
......
...@@ -1042,7 +1042,13 @@ export default { ...@@ -1042,7 +1042,13 @@ export default {
// 处理返回时的函数 // 处理返回时的函数
handleBack() { handleBack() {
this.$refs['formRef'].clearValidate() this.$refs['formRef'].clearValidate()
this.$router.go(-1) this.$router.push({
path: '/personalCenter/index',
query: {
type: '关联企业'
}
})
// this.$router.go(-1)
}, },
// 修改title值 // 修改title值
changTitle() { changTitle() {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<el-row> <el-row>
<el-col :span="1"> <el-col :span="1">
<!--<el-button class="back-button" type="primary" icon="el-icon-arrow-left" circle @click="handleGoBack" />--> <!--<el-button class="back-button" type="primary" icon="el-icon-arrow-left" circle @click="handleGoBack" />-->
<i class="el-icon-arrow-left" @click="handleGoBack" /> <i style="cursor: pointer" class="el-icon-arrow-left" @click="handleGoBack" />
</el-col> </el-col>
<el-col :span="23"> <el-col :span="23">
<div style="background-color: #ffffff;padding: 29px 30px 20px 30px;min-height: 500px"> <div style="background-color: #ffffff;padding: 29px 30px 20px 30px;min-height: 500px">
......
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