从业人员显示信息优化

dev
wangpeng 2024-07-14 07:09:16 +08:00
parent f2e506b300
commit 3851711c06
2 changed files with 6 additions and 2 deletions

View File

@ -971,7 +971,7 @@ const data = reactive({
const fnSelectPersonSubmit = (selectionData) => { const fnSelectPersonSubmit = (selectionData) => {
data.form.PERSON_ID = selectionData.USER_ID; data.form.PERSON_ID = selectionData.USER_ID;
data.form.NAME = selectionData.NAME; data.form.NAME = selectionData.NAME;
data.form.faceFile = ""; data.form.faceFile = [];
const userId = selectionData.USER_ID; const userId = selectionData.USER_ID;
fnGetData(userId); fnGetData(userId);
}; };

View File

@ -136,7 +136,11 @@
审核 审核
</el-button> </el-button>
<el-button <el-button
v-if="buttonJurisdiction.del && row.APPLY_STATUS === '1'" v-if="
(buttonJurisdiction.del && row.APPLY_STATUS === '1') ||
((row.APPLY_TYPE === '3' || row.APPLY_TYPE === '4') &&
row.APPLY_STATUS === '-1')
"
type="danger" type="danger"
text text
link link