提交 eecbb43e authored 作者: 王鹏飞's avatar 王鹏飞

chore: 移除留位费

上级 2658ee6f
...@@ -12,6 +12,13 @@ export default function(_this) { ...@@ -12,6 +12,13 @@ export default function(_this) {
return { return {
id: 'admission', id: 'admission',
title: '综合评审', title: '综合评审',
children: [{ required: true, id: 'application_pay', title: '缴留位费' }, cjd(_this), tjx(_this), grcs(_this), byzs(_this), form(_this)] children: [
// { required: true, id: 'application_pay', title: '缴留位费' },
cjd(_this),
tjx(_this),
grcs(_this),
byzs(_this),
form(_this)
]
} }
} }
...@@ -53,11 +53,11 @@ export default { ...@@ -53,11 +53,11 @@ export default {
const menus = getMenu(this) const menus = getMenu(this)
return { return {
menus: [menus], menus: [menus],
currentActive: 'application_pay', currentActive: 'admission_cjd',
dialogVisible: false, dialogVisible: false,
detail: null, detail: null,
completeVisible: false, completeVisible: false,
isPay: false isPay: true
} }
}, },
watch: { watch: {
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
immediate: true, immediate: true,
handler(route) { handler(route) {
const { query = {} } = route const { query = {} } = route
this.currentActive = query.active || 'application_pay' this.currentActive = query.active || 'admission_cjd'
} }
}, },
showSubmittedDialog(value) { showSubmittedDialog(value) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论