907569b0 by 杨威

接口调用修改

1 parent a5bd9106
......@@ -157,7 +157,7 @@
watch:{
cbsm: {
handler: function (item) {
if(item!='' && this.$parent.menuType == 'c'){
if(item!='' && this.$parent.$parent.menuType == 'c'){
this.getLjzInfo(this.item)
}
},
......
......@@ -414,7 +414,7 @@ export default {
ljzbsm: {
handler: function (item) {
console.log(item,'item');
if(item!='' && this.$parent.menuType == 'ljz'){
if(item!='' && this.$parent.$parent.menuType == 'ljz'){
this.getLjzInfo(this.ljzbsm)
}
},
......
......@@ -144,7 +144,7 @@
watch:{
zdybsm: {
handler: function (item) {
if(item!='' && this.$parent.menuType == 'zdy'){
if(item!='' && this.$parent.$parent.menuType == 'zdy'){
this.getZdyInfo(item)
}
},
......