Commit 9585ba8a authored by guoyou's avatar guoyou

车辆信息管理 分公司统计

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