Commit 046c96ca authored by renjintao's avatar renjintao

height

parent cc818f1d
......@@ -335,7 +335,7 @@ export default {
Api.getbyorderid(params).then(res => {
if (res.success) {
this.gridHeight = 50;
this.gridHeight = (res.result.length + 1) * 42;
this.gridHeight = (res.result.length + 1) * 47;
this.data1 = res.result;
}
});
......
......@@ -395,7 +395,7 @@ export default {
Api.getbyorderid(params).then(res => {
if (res.success) {
this.gridHeight = 50;
this.gridHeight = (res.result.length + 1) * 42;
this.gridHeight = (res.result.length + 1) * 47;
this.data1 = res.result;
}
});
......
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