更新页面
This commit is contained in:
@ -220,11 +220,10 @@ const init = (type,row) => {
|
||||
if(type == 'add'){
|
||||
tableDate.tableConfiger.haveControls = true;
|
||||
disabled.value = false;
|
||||
const userInfo = getItem("userInfo");
|
||||
listQuery.value.bkfqrXm = userInfo.userName;
|
||||
listQuery.value.bkfqrSfzh = userInfo.idEntityCard;
|
||||
listQuery.value.bkfqrSsbmmc = userInfo.ssbm;
|
||||
listQuery.value.bkfqrSsbmdm = userInfo.ssbmdm;
|
||||
listQuery.value.bkfqrXm = getItem("USERNAME");
|
||||
listQuery.value.bkfqrSfzh = getItem("idEntityCard");
|
||||
listQuery.value.bkfqrSsbmmc = getItem("deptId")[0].deptName;;
|
||||
listQuery.value.bkfqrSsbmdm = getItem("deptId")[0].deptCode;;
|
||||
}
|
||||
disabled.value = type == 'add' ? false : true;
|
||||
dialogForm.value = true;
|
||||
|
@ -48,7 +48,7 @@
|
||||
<!-- 操作 -->
|
||||
<template #controls="{ row }">
|
||||
<el-link type="primary" size="small" @click="sendControl('detail',row)">详情</el-link>
|
||||
<el-link type="primary" size="small">续控</el-link>
|
||||
<el-link type="primary" size="small">送审</el-link>
|
||||
<el-link type="danger" size="small" @click="handleRow(row.id)">删除</el-link>
|
||||
</template>
|
||||
</MyTable>
|
||||
|
Reference in New Issue
Block a user