去除debugger

pull/10/head
liujun 2024-01-19 20:44:32 +08:00
parent 89c6d0ff09
commit cdf082b956
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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)