|
@@ -313,6 +313,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
table_click1(row) {
|
|
|
+ console.log(row,'hss1')
|
|
|
if (row.name !== '现代牧业') {
|
|
|
this.pastureName = row.pastureName
|
|
|
this.tableObj.getdataListParm.parammaps.offset = 1
|
|
@@ -331,6 +332,7 @@ export default {
|
|
|
this.eqClassList = this.eqClassList3
|
|
|
},
|
|
|
table_click2(row) {
|
|
|
+ console.log(row, 'hss3')
|
|
|
this.tableObj.getdataListParm.parammaps.offset = 1
|
|
|
this.typename = row.eqClassName
|
|
|
this.tableObj.getdataListParm.parammaps.pastureId = row.pastureId
|
|
@@ -361,10 +363,12 @@ export default {
|
|
|
this.tableObj.getdataListParm.offset = 1
|
|
|
this.tableObj.getdataListParm.parammaps.eqClassPIdStr = ''
|
|
|
this.tableObj.getdataListParm.parammaps.level = "1"
|
|
|
+ this.tableObj.getdataListParm.parammaps.eqClassId = ''
|
|
|
this.tableObj.getdataListParm.parammaps.eqName = ''
|
|
|
- this.tableObj.getdataListParm.parammaps.eqClassId = ''
|
|
|
- this.tableObj.getdataListParm.parammaps.pastureId = ''
|
|
|
- this.tableObj.getdataListParm.parammaps.pastureName = ''
|
|
|
+ // todo:
|
|
|
+ // this.tableObj.getdataListParm.parammaps.pastureId = ''
|
|
|
+ // this.tableObj.getdataListParm.parammaps.pastureName = ''
|
|
|
+
|
|
|
this.eqClassList = this.eqClassList2
|
|
|
this.get_table_data()
|
|
|
this.isType = false
|
|
@@ -392,8 +396,8 @@ export default {
|
|
|
this.tableObj.getdataListParm.parammaps.level = "2"
|
|
|
this.tableObj.getdataListParm.parammaps.eqName = ''
|
|
|
this.tableObj.getdataListParm.parammaps.eqClassId = ''
|
|
|
- this.tableObj.getdataListParm.parammaps.pastureId = ''
|
|
|
- this.tableObj.getdataListParm.parammaps.pastureName = ''
|
|
|
+ // this.tableObj.getdataListParm.parammaps.pastureId = ''
|
|
|
+ // this.tableObj.getdataListParm.parammaps.pastureName = ''
|
|
|
|
|
|
this.eqClassList = this.eqClassList3
|
|
|
// this.tableObj.getdataListParm.parammaps.pastureid = this.tableObj.getdataListParm.parammaps.pastureid
|