Commit 9585ba8a authored by guoyou's avatar guoyou

车辆信息管理 分公司统计

parent 2e83f967
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
@size-change="handleSizeChange" @size-change="handleSizeChange"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:current-page.sync="listquery.page" :current-page.sync="listquery.page"
:page-sizes="[3,10,20,30, 50]" :page-sizes="[10,20,30, 50]"
:page-size="listquery.limit" :page-size="listquery.limit"
layout="total, sizes, prev, pager, next, jumper" layout="total, sizes, prev, pager, next, jumper"
:total="total" :total="total"
...@@ -135,7 +135,7 @@ export default { ...@@ -135,7 +135,7 @@ export default {
userPostionId: null, //身份 userPostionId: null, //身份
userIds: [], userIds: [],
page: 1, page: 1,
limit: 3 limit: 10
} }
} }
}, },
......
...@@ -2449,8 +2449,6 @@ export default { ...@@ -2449,8 +2449,6 @@ export default {
this.dialogForm4LicenceVisible = true this.dialogForm4LicenceVisible = true
}, },
getDrivingLicenseUrl(drivingLicensePath) { getDrivingLicenseUrl(drivingLicensePath) {
console.log(drivingLicensePath);
if (drivingLicensePath.indexOf('https') > -1) { if (drivingLicensePath.indexOf('https') > -1) {
return drivingLicensePath return drivingLicensePath
}else{ }else{
...@@ -2460,8 +2458,6 @@ export default { ...@@ -2460,8 +2458,6 @@ export default {
encodeURI(drivingLicensePath) encodeURI(drivingLicensePath)
) )
} }
}, },
handleAvatarSuccess(res, file) { handleAvatarSuccess(res, file) {
this.form.drivingLicensePath = res.data this.form.drivingLicensePath = res.data
...@@ -2878,7 +2874,6 @@ export default { ...@@ -2878,7 +2874,6 @@ export default {
}, },
create(formName) { create(formName) {
const set = this.$refs const set = this.$refs
debugger
set[formName].validate(valid => { set[formName].validate(valid => {
if (valid) { if (valid) {
let formTemp = this.fillDateRange2Object( let formTemp = this.fillDateRange2Object(
......
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