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

View File

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