驻港单位、货主单位审批功能查询bug修复

liujun-25-相关方企业新增属性
liujun 2024-11-26 15:29:18 +08:00
parent a270b5fce0
commit 481f125104
1 changed files with 2 additions and 1 deletions

View File

@ -357,7 +357,8 @@ export default {
EMPLOYMENT_FORM: this.searchForm.EMPLOYMENT_FORM, EMPLOYMENT_FORM: this.searchForm.EMPLOYMENT_FORM,
SELECT_FORM: this.searchForm.SELECT_FORM, SELECT_FORM: this.searchForm.SELECT_FORM,
MAIN_DEP: JSON.parse(sessionStorage.getItem('user')).DEPARTMENT_ID, MAIN_DEP: JSON.parse(sessionStorage.getItem('user')).DEPARTMENT_ID,
CORP_TYPE: this.searchForm.CORP_TYPE CORP_TYPE: this.searchForm.CORP_TYPE,
canApprove: '1'
} }
).then((data) => { ).then((data) => {
this.listLoading = false this.listLoading = false