Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
14 changed files
with
207 additions
and
45 deletions
-
Please register or sign in to post a comment
... | ... | @@ -137,6 +137,7 @@ ol, ul { list-style:none; } |
position: unset; | ||
/deep/.el-tab-pane{ | ||
height: 100%; | ||
overflow-y: auto; | ||
} | ||
background-color: #F4F9FF; | ||
padding: 0; | ||
... | ... |
... | ... | @@ -284,6 +284,7 @@ |
path: path, | ||
query: { | ||
bsm: res.processInstance.title, | ||
ywbsm: res.processInstance.businessId, | ||
source: 2, | ||
workitemInstanceId:res.workitemInstance.id, | ||
auth:'1' | ||
... | ... |
... | ... | @@ -149,6 +149,7 @@ |
}, | ||
uploadSuccess(res, file, fileList) { | ||
this.$message.success("上传成功") | ||
vm.loadingHide(); | ||
this.getFileList(); | ||
}, | ||
handleRemove(file, fileList) { | ||
... | ... |