Commit ad52be57 authored by jiaorz's avatar jiaorz

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform-ui into base-modify

parents 42c0d6e2 a6222297
......@@ -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
}
}
},
......
......@@ -2390,8 +2390,6 @@ export default {
this.dialogForm4LicenceVisible = true
},
getDrivingLicenseUrl(drivingLicensePath) {
console.log(drivingLicensePath);
if (drivingLicensePath.indexOf('https') > -1) {
return drivingLicensePath
}else{
......@@ -2401,8 +2399,6 @@ export default {
encodeURI(drivingLicensePath)
)
}
},
handleAvatarSuccess(res, file) {
this.form.drivingLicensePath = res.data
......@@ -2819,7 +2815,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