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