Browse Source

修改参拍记录

develop
王健 4 years ago
parent
commit
b4cb64cf0f
  1. 2
      src/views/land/handLand/newLand.vue

2
src/views/land/handLand/newLand.vue

@ -1930,7 +1930,7 @@ export default {
});
},
queryRecordList(landListedId) {
queryRecord({landListedId: landListedId}).then((response) => {
queryRecord({landListedId: landListedId,size:9999}).then((response) => {
if (response.data.success) {
let index = 0;
this.landRecord = response.data.data.records;

Loading…
Cancel
Save