Commit d4ed83a6 authored by huangjie's avatar huangjie

*

parent 5a578e03
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
label="来源" label="来源"
width="146"> width="146">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.projectName && scope.row.projectId" class="wordprimary" @click="todetail(scope.row.projectId)"> <div v-if="scope.row.projectName && scope.row.businessId" class="wordprimary" @click="todetail(scope.row.businessId)">
{{scope.row.projectName || '--'}} {{scope.row.projectName || '--'}}
</div> </div>
<div v-else>自主填报</div> <div v-else>自主填报</div>
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
created(){ created(){
if(this.thistype == 'project'){ if(this.thistype == 'project'){
this.searchParam.projectId = this.detailId ? this.detailId : this.$route.query.id this.searchParam.businessId = this.detailId ? this.detailId : this.$route.query.id
} }
if(this.thistype == 'custom'){ if(this.thistype == 'custom'){
this.searchParam.customerId = this.customerId ? this.customerId : null this.searchParam.customerId = this.customerId ? this.customerId : null
...@@ -339,7 +339,7 @@ ...@@ -339,7 +339,7 @@
// accendant:"", // accendant:"",
} }
if(this.thistype == 'project'){ if(this.thistype == 'project'){
this.queryParam.projectId = this.searchParam.projectId this.queryParam.businessId = this.searchParam.businessId
this.companyName = "" this.companyName = ""
} }
if(this.thistype == 'custom'){ if(this.thistype == 'custom'){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment