修改法规月报的接口
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
queryConditionVOList: JSON.stringify(queryConditionVOList)
|
||||
}
|
||||
this.loading = true
|
||||
postAction('/dummy/dummyInventoryInfoEO/queryPageDummy', query).then((res) => {
|
||||
postAction('/report/lawsMonthlyReportWriteEO/queryPageDocument', query).then((res) => {
|
||||
if (res.success) {
|
||||
this.dataList = res.result.records || []
|
||||
this.total = res.result.total
|
||||
|
||||
Reference in New Issue
Block a user