去除debugger
parent
89c6d0ff09
commit
cdf082b956
|
@ -148,7 +148,7 @@ export default {
|
|||
KEYWORDS: this.KEYWORDS,
|
||||
STATUS: '1',
|
||||
EMPLOY_FLAG: '1',
|
||||
CHECK_STATUS: '0'
|
||||
CHECK_STATUS: '1'
|
||||
}
|
||||
).then((data) => {
|
||||
this.listLoading = false
|
||||
|
|
|
@ -64,6 +64,8 @@ export default {
|
|||
loading: false,
|
||||
form: {
|
||||
STATUS: null,
|
||||
APPOINT_CORP_ID: '',
|
||||
APPOINT_CORP_NAME: '',
|
||||
APPOINT_DEPARTMENT_ID: null,
|
||||
APPOINT_DEPARTMENT_NAME: '',
|
||||
APPOINT_USER_ID: null,
|
||||
|
@ -88,6 +90,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
async init(e) {
|
||||
console.log(JSON.parse(sessionStorage.getItem('user')))
|
||||
this.loading = true
|
||||
this.visible = true
|
||||
this.heirloom = JSON.stringify(e)
|
||||
|
|
Loading…
Reference in New Issue