项目列表查询分系统项目与与自主项目

This commit is contained in:
hbzgyjh 2021-12-27 11:18:06 +08:00
parent 42e8636efb
commit 9d2e158543
1 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@ export default {
// - 访this
created() {
console.log('分步表单创建完成', this.$route)
if(this.$route.query.t === 'self') this.form.projectType = 1;
},
destroyed() {
console.log('分步表单销毁了。。。。。')
@ -82,7 +83,7 @@ export default {
type: '',
form: {
t: this.$route.query.t,
projectType: this.$route.query.t === 'sys' ? 0 : 1,
projectType: 0,
trainWay: '1',
totalScore: 0
},