[update] 联调企标计划立项/变更流程

This commit is contained in:
lideqin
2023-10-12 18:54:39 +08:00
parent 999ca5f719
commit 64bf3e05da
13 changed files with 483 additions and 512 deletions
@@ -105,6 +105,13 @@ export default {
type: String,
required: false,
default: 'checkbox'
},
searchParam: {
type: Object,
required: false,
default () {
return {}
}
}
},
data () {
@@ -262,10 +269,9 @@ export default {
replacePage () {
const query = {
...this.queryParam,
...this.searchParam,
pageNo: this.ipagination.current,
pageSize: this.ipagination.pageSize,
// 搜索项目状态为未开始和进行中的数据
projectStatus: '1,2'
pageSize: this.ipagination.pageSize
}
this.selectedRowKeys = []
this.loading = true