|
@@ -182,7 +182,7 @@ export default {
|
|
|
offset:1,
|
|
|
pagecount:50,
|
|
|
returntype:"Map",
|
|
|
- parammaps:{"pastureid":"1654779860"},//{ pastureid: Cookies.get('pastureid'),} //{"pastureid":"1654779860"}
|
|
|
+ parammaps:{ pastureid: Cookies.get('pastureid'),} //{"pastureid":"1654779860"}
|
|
|
},
|
|
|
table: {
|
|
|
getdataListParm: {
|
|
@@ -211,7 +211,10 @@ export default {
|
|
|
rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
|
|
|
cellStyle: { padding: 0 + 'px' },
|
|
|
appoinsList:[],
|
|
|
- appoinObj:{}
|
|
|
+ appoinObj:{
|
|
|
+ appoint:'',
|
|
|
+ appointName:""
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
|