技术文档
This commit is contained in:
parent
616d806c2d
commit
f593a97854
|
@ -192,6 +192,7 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
|
let shiyongshouce = ref({})
|
||||||
const navList = ref([])
|
const navList = ref([])
|
||||||
const navList2 = ref([])
|
const navList2 = ref([])
|
||||||
const fileList = ref({})
|
const fileList = ref({})
|
||||||
|
@ -315,6 +316,9 @@
|
||||||
}
|
}
|
||||||
init()
|
init()
|
||||||
mybus.on('chageDataFrom', (obj) => {
|
mybus.on('chageDataFrom', (obj) => {
|
||||||
|
if (obj.attrType == '技术文档' && obj.attrValue != null) {
|
||||||
|
shiyongshouce.value = obj
|
||||||
|
}
|
||||||
dataFrom.value.infoList = dataFrom.value.infoList.filter(
|
dataFrom.value.infoList = dataFrom.value.infoList.filter(
|
||||||
(item) => item.attrType !== obj.attrType
|
(item) => item.attrType !== obj.attrType
|
||||||
)
|
)
|
||||||
|
@ -322,6 +326,13 @@
|
||||||
obj.attrValue = ''
|
obj.attrValue = ''
|
||||||
}
|
}
|
||||||
dataFrom.value.infoList.push(obj)
|
dataFrom.value.infoList.push(obj)
|
||||||
|
if (shiyongshouce.value.attrValue) {
|
||||||
|
dataFrom.value.infoList.map((syscitem, syscindex) => {
|
||||||
|
if (syscitem.attrType == '技术文档') {
|
||||||
|
dataFrom.value.infoList[syscindex] = shiyongshouce.value
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
console.log('数据变更=================》', obj, dataFrom.value.infoList)
|
console.log('数据变更=================》', obj, dataFrom.value.infoList)
|
||||||
})
|
})
|
||||||
mybus.on('chageFileList', (obj) => {
|
mybus.on('chageFileList', (obj) => {
|
||||||
|
|
|
@ -286,7 +286,7 @@
|
||||||
}
|
}
|
||||||
init()
|
init()
|
||||||
mybus.on('chageDataFrom', (obj) => {
|
mybus.on('chageDataFrom', (obj) => {
|
||||||
if (obj.attrType == '使用手册' && obj.attrValue != null) {
|
if (obj.attrType == '技术文档' && obj.attrValue != null) {
|
||||||
shiyongshouce.value = obj
|
shiyongshouce.value = obj
|
||||||
}
|
}
|
||||||
dataFrom.value.infoList = dataFrom.value.infoList.filter(
|
dataFrom.value.infoList = dataFrom.value.infoList.filter(
|
||||||
|
@ -298,7 +298,7 @@
|
||||||
dataFrom.value.infoList.push(obj)
|
dataFrom.value.infoList.push(obj)
|
||||||
if (shiyongshouce.value.attrValue) {
|
if (shiyongshouce.value.attrValue) {
|
||||||
dataFrom.value.infoList.map((syscitem, syscindex) => {
|
dataFrom.value.infoList.map((syscitem, syscindex) => {
|
||||||
if (syscitem.attrType == '使用手册') {
|
if (syscitem.attrType == '技术文档') {
|
||||||
dataFrom.value.infoList[syscindex] = shiyongshouce.value
|
dataFrom.value.infoList[syscindex] = shiyongshouce.value
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -298,7 +298,7 @@
|
||||||
}
|
}
|
||||||
init()
|
init()
|
||||||
mybus.on('chageDataFrom', (obj) => {
|
mybus.on('chageDataFrom', (obj) => {
|
||||||
if (obj.attrType == '使用手册' && obj.attrValue != null) {
|
if (obj.attrType == '技术文档' && obj.attrValue != null) {
|
||||||
shiyongshouce.value = obj
|
shiyongshouce.value = obj
|
||||||
}
|
}
|
||||||
dataFrom.value.infoList = dataFrom.value.infoList.filter(
|
dataFrom.value.infoList = dataFrom.value.infoList.filter(
|
||||||
|
@ -310,7 +310,7 @@
|
||||||
dataFrom.value.infoList.push(obj)
|
dataFrom.value.infoList.push(obj)
|
||||||
if (shiyongshouce.value.attrValue) {
|
if (shiyongshouce.value.attrValue) {
|
||||||
dataFrom.value.infoList.map((syscitem, syscindex) => {
|
dataFrom.value.infoList.map((syscitem, syscindex) => {
|
||||||
if (syscitem.attrType == '使用手册') {
|
if (syscitem.attrType == '技术文档') {
|
||||||
dataFrom.value.infoList[syscindex] = shiyongshouce.value
|
dataFrom.value.infoList[syscindex] = shiyongshouce.value
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
const res = resData
|
const res = resData
|
||||||
mybus.emit('showTextFunctionEmit', false)
|
mybus.emit('showTextFunctionEmit', false)
|
||||||
let infoList = ref({
|
let infoList = ref({
|
||||||
attrType: '使用手册',
|
attrType: '技术文档',
|
||||||
attrValue: res.data.data,
|
attrValue: res.data.data,
|
||||||
delFlag: 0,
|
delFlag: 0,
|
||||||
})
|
})
|
||||||
|
|
|
@ -246,7 +246,7 @@
|
||||||
}
|
}
|
||||||
init()
|
init()
|
||||||
mybus.on('chageDataFrom', (obj) => {
|
mybus.on('chageDataFrom', (obj) => {
|
||||||
if (obj.attrType == '使用手册' && obj.attrValue != null) {
|
if (obj.attrType == '技术文档' && obj.attrValue != null) {
|
||||||
shiyongshouce.value = obj
|
shiyongshouce.value = obj
|
||||||
}
|
}
|
||||||
dataFrom.value.infoList = dataFrom.value.infoList.filter(
|
dataFrom.value.infoList = dataFrom.value.infoList.filter(
|
||||||
|
@ -258,7 +258,7 @@
|
||||||
dataFrom.value.infoList.push(obj)
|
dataFrom.value.infoList.push(obj)
|
||||||
if (shiyongshouce.value.attrValue) {
|
if (shiyongshouce.value.attrValue) {
|
||||||
dataFrom.value.infoList.map((syscitem, syscindex) => {
|
dataFrom.value.infoList.map((syscitem, syscindex) => {
|
||||||
if (syscitem.attrType == '使用手册') {
|
if (syscitem.attrType == '技术文档') {
|
||||||
dataFrom.value.infoList[syscindex] = shiyongshouce.value
|
dataFrom.value.infoList[syscindex] = shiyongshouce.value
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -146,8 +146,18 @@
|
||||||
:list="props.fileList"
|
:list="props.fileList"
|
||||||
tip="支持文件类型,大小不超过100M"
|
tip="支持文件类型,大小不超过100M"
|
||||||
></upload>
|
></upload>
|
||||||
<div
|
<upload
|
||||||
v-else-if="item.name == '使用手册'"
|
v-else-if="item.name == '使用手册'"
|
||||||
|
type="文件"
|
||||||
|
btnName="上传附件"
|
||||||
|
:maxCount="1"
|
||||||
|
:data="item"
|
||||||
|
:busType="2"
|
||||||
|
:list="props.fileList2"
|
||||||
|
tip="支持文件类型,大小不超过100M"
|
||||||
|
></upload>
|
||||||
|
<div
|
||||||
|
v-else-if="item.type == 'richText'"
|
||||||
@click="showTextFunction()"
|
@click="showTextFunction()"
|
||||||
>
|
>
|
||||||
上传附件
|
上传附件
|
||||||
|
|
|
@ -138,6 +138,7 @@
|
||||||
let obj = props.dataList.infoList.filter(
|
let obj = props.dataList.infoList.filter(
|
||||||
(item) => item.attrType === '技术文档'
|
(item) => item.attrType === '技术文档'
|
||||||
)[0]
|
)[0]
|
||||||
|
debugger
|
||||||
console.log('dataFrom.value.link', obj.attrValue)
|
console.log('dataFrom.value.link', obj.attrValue)
|
||||||
window.open(
|
window.open(
|
||||||
window.SITE_CONFIG.previewUrl +
|
window.SITE_CONFIG.previewUrl +
|
||||||
|
@ -149,6 +150,7 @@
|
||||||
let obj = props.dataList.infoList.filter(
|
let obj = props.dataList.infoList.filter(
|
||||||
(item) => item.attrType === '使用手册'
|
(item) => item.attrType === '使用手册'
|
||||||
)[0]
|
)[0]
|
||||||
|
debugger
|
||||||
console.log('dataFrom.value.link', obj.attrValue)
|
console.log('dataFrom.value.link', obj.attrValue)
|
||||||
window.open(
|
window.open(
|
||||||
window.SITE_CONFIG.previewUrl +
|
window.SITE_CONFIG.previewUrl +
|
||||||
|
|
Loading…
Reference in New Issue