|
@@ -100,8 +100,6 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
uploadSuccess(res){
|
|
|
- console.log("输出")
|
|
|
- console.log(res)
|
|
|
this.bindEnclosure(res.data.attachmentids)
|
|
|
this.form.attinfos = JSON.parse(res.attinfos).data
|
|
|
this.$refs['upload'].dialogUploadVisible = false
|
|
@@ -119,8 +117,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.tool.showMessage(res,() => {
|
|
|
- console.log(res)
|
|
|
- console.log("上传查询")
|
|
|
this.$refs.list.listData()
|
|
|
})
|
|
|
},
|