fix: 移除项目查询中的 del_flag 条件
- 从 CcdiProjectMapper.xml 中移除 p.del_flag = '0' 条件 - 保留 sys_user 表的 del_flag 过滤(用户逻辑删除) - 修复前端查询错误
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
||||
emitQuery() {
|
||||
this.$emit('query', {
|
||||
projectName: this.searchKeyword || null,
|
||||
projectStatus: this.selectedStatus || null
|
||||
status: this.selectedStatus || null
|
||||
})
|
||||
},
|
||||
/** 新增 */
|
||||
|
||||
Reference in New Issue
Block a user