diff --git a/src/pages/details/otherStandardDetails/components/ResolveTable.vue b/src/pages/details/otherStandardDetails/components/ResolveTable.vue index 38d3de121..cd6c49b41 100644 --- a/src/pages/details/otherStandardDetails/components/ResolveTable.vue +++ b/src/pages/details/otherStandardDetails/components/ResolveTable.vue @@ -113,7 +113,7 @@ export default { itemsEoPage.infoId = this.infoId itemsEoPage.page = this.itemsPage itemsEoPage.pageSize = this.itemsPageSize - itemsEoPage.getItemsName = query ? query.clauseName : undefined + itemsEoPage.itemsName = query ? query.clauseName : undefined this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', itemsEoPage, { _this: this, loading: 'loading'