This commit is contained in:
zhutianqi
2021-08-06 17:25:59 +08:00
parent 9eff5bf96d
commit e08cbb9a0c
2 changed files with 2 additions and 2 deletions
@@ -603,7 +603,7 @@
this.listModel = false;
this.listModel2 = true
this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', {
infoId: this.form.standId,
infoId: bringData[0].id,
page: 1,
pageSize: 9999
}, {
@@ -608,7 +608,7 @@
this.listModel = false;
this.listModel2 = true
this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', {
infoId: this.form.standId,
infoId: bringData[0].id,
page: 1,
pageSize: 9999
}, {