优化标准拆分

This commit is contained in:
zyn
2023-04-07 21:26:08 +08:00
parent 516e25d990
commit a8ed308685
@@ -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'