|
|
@@ -490,9 +490,12 @@
|
|
|
if (this.$route.query.type == 6) {
|
|
|
this.formDataType = '外部市场'
|
|
|
this.cardType = '6'
|
|
|
- } else {
|
|
|
+ } else if (this.$route.query.type == 7) {
|
|
|
this.formDataType = '收入业务'
|
|
|
this.cardType = '7'
|
|
|
+ } else {
|
|
|
+ // 二级单位从目录申请列表点进来不区分类型
|
|
|
+ this.formDataType = '目录申请'
|
|
|
}
|
|
|
Object.assign(this.incomeDataTmp, this.incomeData)
|
|
|
this.formData.SubmitterId = this.authUser.Profile.Id
|