Commit 5feff681 authored by Star970321's avatar Star970321

修改

parent f76973c2
......@@ -226,15 +226,15 @@
}
}
},
customerId: {
handler(newVal, olVal) {
if (newVal) {
this.queryParams.combineId=newVal;
this.handleSearch()
}
},
deep: true, // 深度监听
},
// customerId: {
// handler(newVal, olVal) {
// if (newVal) {
// this.queryParams.combineId=newVal;
// this.handleSearch()
// }
// },
// deep: true, // 深度监听
// },
},
created() {
this.searchDic()
......
......@@ -233,16 +233,16 @@
}
}
},
customerId: {
handler(newVal, olVal) {
if (newVal && olVal) {
this.queryParams.customerId=newVal;
this.handleQuery()
this.getMemberCount()
}
},
deep: true, // 深度监听
},
// customerId: {
// handler(newVal, olVal) {
// if (newVal && olVal) {
// this.queryParams.combineId=newVal;
// this.handleQuery()
// this.getMemberCount()
// }
// },
// deep: true, // 深度监听
// },
},
created() {
this.formData[0].options=this.cycj;
......
......@@ -68,15 +68,15 @@
mixins: [mixin],
components:{ExportDialog},
watch:{
customerId: {
handler(newVal, olVal) {
if (newVal) {
this.queryParams.combineId=newVal;
this.handleQuery()
}
},
deep: true, // 深度监听
},
// customerId: {
// handler(newVal, olVal) {
// if (newVal) {
// this.queryParams.combineId=newVal;
// this.handleQuery()
// }
// },
// deep: true, // 深度监听
// },
},
data(){
return{
......
......@@ -63,15 +63,15 @@
QualificationsDetail
},
watch:{
customerId: {
handler(newVal, olVal) {
if (newVal) {
this.queryParams.combineId=newVal;
this.getCertificateList()
}
},
deep: true, // 深度监听
},
// customerId: {
// handler(newVal, olVal) {
// if (newVal) {
// this.queryParams.combineId=newVal;
// this.getCertificateList()
// }
// },
// deep: true, // 深度监听
// },
},
data(){
return{
......
......@@ -282,21 +282,21 @@
mixins: [mixin],
components:{},
watch:{
customerId: {
handler(newVal, olVal) {
if (newVal) {
this.queryParams.combineId=newVal;
this.queryParams1.combineId=newVal;
this.handleQuery()
this.getBidByYear()
this.getGroupByMoney()
this.getGroupByType()
this.getGroupByLowerRate()
this.getPeojectTop()
}
},
deep: true, // 深度监听
},
// customerId: {
// handler(newVal, olVal) {
// if (newVal) {
// this.queryParams.combineId=newVal;
// this.queryParams1.combineId=newVal;
// this.handleQuery()
// this.getBidByYear()
// this.getGroupByMoney()
// this.getGroupByType()
// this.getGroupByLowerRate()
// this.getPeojectTop()
// }
// },
// deep: true, // 深度监听
// },
},
data(){
return{
......
......@@ -64,15 +64,15 @@
mixins: [mixin],
components:{CustomTimeSelect,CustomMoneySelect,ExportDialog},
watch:{
customerId: {
handler(newVal, olVal) {
if (newVal) {
this.queryParams.combineId=newVal;
this.handleQuery()
}
},
deep: true, // 深度监听
},
// customerId: {
// handler(newVal, olVal) {
// if (newVal) {
// this.queryParams.combineId=newVal;
// this.handleQuery()
// }
// },
// deep: true, // 深度监听
// },
},
data(){
return{
......
......@@ -28,14 +28,14 @@
}
},
watch:{
customerId: {
handler(newVal, olVal) {
if (newVal) {
this.id=newVal;
}
},
deep: true, // 深度监听
},
// customerId: {
// handler(newVal, olVal) {
// if (newVal) {
// this.id=newVal;
// }
// },
// deep: true, // 深度监听
// },
combineName: {
handler(newVal, olVal) {
if (newVal) {
......
......@@ -92,10 +92,10 @@
mounted(){},
methods: {
clickItem(item,index){
this.color=index;
this.combineId=item.combineId
this.id=item.combineId
this.name=item.combineName
// this.color=index;
// this.combineId=item.combineId
// this.id=item.combineId
// this.name=item.combineName
},
showPartPage(e){
this.currentPath = e;
......@@ -154,7 +154,7 @@
display: inline-block;
border: 1px solid #EFEFEF;
padding: 12px;
cursor: pointer;
/*cursor: pointer;*/
.logo{
width: 64px;
height: 64px;
......
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