【修改】修改样式
This commit is contained in:
@@ -115,7 +115,7 @@
|
|||||||
value: orgTableVal,
|
value: orgTableVal,
|
||||||
valueName: orgTableValName
|
valueName: orgTableValName
|
||||||
}" :workNumFlag="true" :isOrg="true" :maxSelected="1" @confirm="isTreeOk"></orgTable>
|
}" :workNumFlag="true" :isOrg="true" :maxSelected="1" @confirm="isTreeOk"></orgTable>
|
||||||
<el-dialog title="上传文件" :visible.sync="dialogFile" width="30%" :close-on-click-modal="false"
|
<el-dialog title="上传文件" :visible.sync="dialogFile" width="40%" :close-on-click-modal="false"
|
||||||
:close-on-press-escape="false" modal-append-to-body append-to-body>
|
:close-on-press-escape="false" modal-append-to-body append-to-body>
|
||||||
<el-upload :disabled="formControl" action="/library/api/report/uploadFile" :show-file-list="false"
|
<el-upload :disabled="formControl" action="/library/api/report/uploadFile" :show-file-list="false"
|
||||||
:before-upload="beforeUploadFile"
|
:before-upload="beforeUploadFile"
|
||||||
@@ -333,6 +333,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
handleSizeChange(size){
|
handleSizeChange(size){
|
||||||
this.q.pageSize=size
|
this.q.pageSize=size
|
||||||
|
this.q.pageNo=1
|
||||||
this.handleCurrentChange()
|
this.handleCurrentChange()
|
||||||
},
|
},
|
||||||
handleCurrentChange(current){
|
handleCurrentChange(current){
|
||||||
|
|||||||
Reference in New Issue
Block a user