驻港单位、货主单位审批功能查询bug修复
parent
a270b5fce0
commit
481f125104
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue