Merge branch 'hi-ucs-dev' of http://124.222.94.39:3000/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
guoyue 2022-10-09 15:46:43 +08:00
commit a04241c9a5
2 changed files with 4 additions and 3 deletions

View File

@ -191,7 +191,7 @@
</template>
</el-table-column>
</el-table>
<div class="block">
<!-- <div class="block">
<el-pagination
@current-change="handleCurrentChange"
layout="total, prev, pager, next, jumper"
@ -200,7 +200,7 @@
:current-page="currentPage"
>
</el-pagination>
</div>
</div> -->
</div>
</el-card>
</div>
@ -528,7 +528,7 @@ export default {
detailClick(row){
this.detailParamss={}
let applyNumber=row.applyNumber
if (this.departmentId === 3) { //
if (this.departmentId == 3) { //
this.detailType='能力上架'
let params = {
processInstanceId: applyNumber,

View File

@ -300,6 +300,7 @@
'应用名称',
'应用描述',
'应用类型',
'应用状态',
])
const notFilled = ref([])
getUser().then((res) => {