文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 9da9968a by 李梓桢

image修改

parent afae6fa1
......@@ -172,6 +172,8 @@ export default {
createPTmp: [],
imageNum: -1,
data: [],
// 分片描述
description: null,
imageList: [],
defaultProps: {
children: 'children',
......@@ -185,7 +187,8 @@ export default {
console.log(routeParams)
let imageName = routeParams.file.url
this.relationId = routeParams.relationId
// let src = this.getimageUrl(imageName)
this.description = routeParams.piece.template
// 获取图片列表并转换格式
let imageList = await this.getLabelList()
console.log(imageList)
......
......@@ -120,6 +120,7 @@
clickedPosition: null,//保存最新一次点击的结果,没有使用
map: null,
mouseTool: null,
description: null,// 分片描述
defaultProps: {
children: 'children',
label: 'label'
......@@ -135,6 +136,7 @@
console.log("routeParams")
console.log(routeParams)
this.relationId = routeParams.relationId
this.description = routeParams.piece.template
let res = await this.getLayerList()
console.log(res)
......
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