Commit d23d8f9a authored by 李晓兵's avatar 李晓兵

'附件上传'

parent fcbd9d23
......@@ -568,6 +568,7 @@ export default {
'pkvalue': check_id,
'source_type': 'PRJ_CDD_ITEM_CHECK',
'picture': '',
'check_id': check_id,
'filePath': '',
'attachment_id': '',
'user_id': 1,
......@@ -600,6 +601,7 @@ export default {
'pkvalue': check_id,
'source_type': 'PRJ_CDD_ITEM_CHECK',
'picture': '',
'check_id': check_id,
'filePath': '',
'attachment_id': '',
'user_id': 1,
......@@ -608,7 +610,6 @@ export default {
obj.filePath = imgUrl[i]
list.push(obj)
}
// 拍完一张立马执行保存图片逻辑
vm.save_picture(list)
}
let error = function () {
......@@ -1245,10 +1246,10 @@ export default {
margin-left: 12px;
float: left;
.close {
position: absolute;
position: relative;
color: #F96F68;
margin-top: -12%;
margin-left: 12%;
margin-top: -100%;
margin-left: -10%;
img{
width: 14px;
height: 14px;
......
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