Commit 57a96631 by pangchong

feat: 修改

parent 26abeb4f
...@@ -3,7 +3,7 @@ export const loginFormRef = ref() ...@@ -3,7 +3,7 @@ export const loginFormRef = ref()
//表单数据 //表单数据
export const loginForm = reactive({ export const loginForm = reactive({
username: 'devzj3', //devzj3 username: 'devzj3', //devzj3
password: 'Ifar_9527008', //Ifar_9527008 password: 'Ifar2016_0525', //Ifar_9527008 / Ifar2016_0525
verifyCode: '' verifyCode: ''
}) })
export const showLoad = ref(false) export const showLoad = ref(false)
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
loadingMoreEnabled loadingMoreEnabled
auto auto
ref="paging" ref="paging"
:params="{ state: '2' }"
:api="getRepairWorkSupervisionListApi" :api="getRepairWorkSupervisionListApi"
:pageSize="20" :pageSize="20"
:padding="24" :padding="24"
......
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