Commit b7077c43 authored by dingyoujian's avatar dingyoujian

三违传参调整

parent dc95b98e
......@@ -62,10 +62,10 @@
props:['vMain'],
methods: {
ldbjyrSelected(row){
this.vMain.rowItem.ldbjyr=row.id
this.vMain.rowItem.ldbjyrid=row.id
},
ldjyrSelected(row){
this.vMain.rowItem.ldjyr=row.id
this.vMain.rowItem.ldjyrid=row.id
},
save(){
let params=this.vMain.rowItem
......
......@@ -48,7 +48,7 @@
props:['vMain'],
methods: {
fsjyrSelected(){
this.vMain.rowItem.fsjyr=row.id
this.vMain.rowItem.fsjyrid=row.id
},
save(){
let params=this.vMain.rowItem
......
......@@ -48,7 +48,7 @@
props:['vMain'],
methods: {
aqjyrSelected(row){
this.vMain.rowItem.aqjyr=row.id
this.vMain.rowItem.aqjyrid=row.id
},
save(){
let params=this.vMain.rowItem
......
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