Commit 5cc31ba5 authored by linxin's avatar linxin

add

parent 7e0ff37b
Pipeline #4911 canceled with stages
...@@ -33,6 +33,7 @@ export default { ...@@ -33,6 +33,7 @@ export default {
data () { data () {
return { return {
show: false,
focused: false, focused: false,
disable: true, disable: true,
newVal: '', newVal: '',
......
...@@ -254,7 +254,7 @@ export default { ...@@ -254,7 +254,7 @@ export default {
pagesize: 10, pagesize: 10,
searchInput: vm.searchInput, searchInput: vm.searchInput,
pagenum: vm.approvedPagenum, pagenum: vm.approvedPagenum,
interview_status: 'RESERVED', interview_status: 'APPROVED',
user_phone: window.localStorage.getItem('user_phone'), user_phone: window.localStorage.getItem('user_phone'),
} }
hlsPopup.showLoading('请稍候') hlsPopup.showLoading('请稍候')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment