|
@@ -82,7 +82,6 @@ export default {
|
|
|
},
|
|
|
async materialGetMaterialList() {
|
|
|
const num = this.$route.query.id
|
|
|
- console.log(num, '路由id')
|
|
|
const res = await materialGetMaterialList({})
|
|
|
if (res.code === 200) {
|
|
|
this.monthly_nav_list = res.data
|
|
@@ -104,11 +103,7 @@ export default {
|
|
|
this.$router.push({ name: 'env' })
|
|
|
break
|
|
|
case '4' :
|
|
|
- if (!this.bizId || this.bizId === -1) {
|
|
|
- this.$router.push({ name: '业务线选择' })
|
|
|
- } else {
|
|
|
- this.$router.push({ name: '项目' })
|
|
|
- }
|
|
|
+ this.$router.push({ name: '项目' })
|
|
|
break
|
|
|
case '9':
|
|
|
this.$router.push({ name: 'Interface' })
|
|
@@ -140,7 +135,6 @@ export default {
|
|
|
addMonthly() {
|
|
|
this.title = '新建'
|
|
|
this.show = true
|
|
|
- console.log(this.show)
|
|
|
}
|
|
|
}
|
|
|
}
|