[update] 修改企标制修订流程,企标复审流程发起传标准id

This commit is contained in:
lideqin
2023-12-25 15:41:39 +08:00
parent b26cd49067
commit 3ace5663f8
8 changed files with 28 additions and 11 deletions
@@ -92,7 +92,7 @@
<script>
import { queryDepartTreeList } from '@/api/api'
import { getEnterpriseRecheckPlanPage } from '@/api/enterpriseStandardLibraryApi'
import { getEsRecheckPlanList } from '@/api/workCenter'
export default {
name: 'EnterpriseRecheckPlanSelectionModal',
@@ -235,7 +235,7 @@ export default {
}
this.selectedRowKeys = []
this.loading = true
getEnterpriseRecheckPlanPage(query).then((res) => {
getEsRecheckPlanList(query).then((res) => {
if (res.success) {
this.dataList = res.result.records
this.ipagination.total = res.result.total