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 @@ ...@@ -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
} }
} }
}, },
......
...@@ -2390,8 +2390,6 @@ export default { ...@@ -2390,8 +2390,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{
...@@ -2401,8 +2399,6 @@ export default { ...@@ -2401,8 +2399,6 @@ export default {
encodeURI(drivingLicensePath) encodeURI(drivingLicensePath)
) )
} }
}, },
handleAvatarSuccess(res, file) { handleAvatarSuccess(res, file) {
this.form.drivingLicensePath = res.data this.form.drivingLicensePath = res.data
...@@ -2819,7 +2815,6 @@ export default { ...@@ -2819,7 +2815,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