Commit 5feff681 authored by Star970321's avatar Star970321

修改

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