[update] 修改企标制修订流程,企标复审流程发起传标准id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user