|
|
@@ -75,7 +75,7 @@
|
|
|
<el-col :span="2">
|
|
|
<el-button size="mini"
|
|
|
type="warning"
|
|
|
- @click="closePage()">关闭</el-button>
|
|
|
+ @click="back()">返回</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
@@ -466,9 +466,11 @@ export default {
|
|
|
'close'
|
|
|
]),
|
|
|
// 关闭
|
|
|
- closePage () {
|
|
|
- let tagName = this.current
|
|
|
- this.close({ tagName })
|
|
|
+ back () {
|
|
|
+ this.$router.push({path:'/duty'})
|
|
|
+
|
|
|
+ // let tagName = this.current
|
|
|
+ // this.close({ tagName })
|
|
|
}
|
|
|
}
|
|
|
}
|