feat:增加项目负责人和成员选择功能
在项目申请详情中,新增了项目负责人和成员的选择功能,使用user-picker组件实现。 同时,对前置流程的展示进行了调整,并完善了审批记录和流程图的相关逻辑。
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
</el-button>
|
||||
</div>
|
||||
<el-form :model="queryType">
|
||||
<el-form-item prop="dictType">
|
||||
<el-input v-model="queryType.dictType" placeholder="请输入字典类型" :suffix-icon="Search"
|
||||
<el-form-item prop="dictName">
|
||||
<el-input v-model="queryType.dictName" placeholder="请输入字典类型" :suffix-icon="Search"
|
||||
clearable @clear="getTreeList" @input="getTreeList"></el-input>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
@@ -230,7 +230,7 @@ const cacheStore = useCacheStore();
|
||||
cacheStore.setCacheKey(["normal_disable"]);
|
||||
//查询参数
|
||||
const queryType = reactive({
|
||||
dictType: ""
|
||||
dictName: ""
|
||||
});
|
||||
//查询参数
|
||||
const queryData = reactive({
|
||||
|
||||
Reference in New Issue
Block a user