申请量:{{ item.applyCount || 0 }}次
@@ -221,7 +220,12 @@
-
+
{{
- item.shareCondition == '免批申请' ? '免批申请' : '立即申请'
+ item.shareCondition == '免批申请' ? '立即申请' : '立即申请'
}}
@@ -508,6 +515,7 @@
console.log('or use this.value', searchValue.value)
}
function toView(type, item) {
+ debugger
if (props.selectCardsname == '数据资源') {
if (whoShow1.itShowQingDao) {
window.open(
@@ -515,7 +523,9 @@
item.guid
)
} else {
- window.open('http://10.134.135.24:30090/#/home')
+ window.open(
+ 'http://10.134.135.24:30090/#/home?id=' + item.serviceId
+ )
}
} else if (props.selectCardsname === '融合服务') {
router.push({
@@ -539,9 +549,14 @@
resourceName: item.name,
time: item.createDate,
type: item.type,
- componentType: item.infoList.filter(
- (val) => val.attrType == '组件类型'
- )[0].attrValue,
+ componentType:
+ (item.infoList.filter(
+ (val) => val.attrType == '组件类型'
+ )[0] &&
+ item.infoList.filter(
+ (val) => val.attrType == '组件类型'
+ )[0].attrValue) ||
+ '',
},
],
deptId: item.deptId,
@@ -897,6 +912,10 @@
background: url('~@/assets/home/rhfw_square.png') no-repeat;
background-size: 100%;
}
+ .jcss {
+ background: url('~@/assets/home/sxt_square.png') no-repeat;
+ background-size: 100%;
+ }
.header {
display: flex;
justify-content: space-between;
diff --git a/front/src/views/personalCenter/VueTemplateDemo.vue b/front/src/views/personalCenter/VueTemplateDemo.vue
index 88753664..46658761 100644
--- a/front/src/views/personalCenter/VueTemplateDemo.vue
+++ b/front/src/views/personalCenter/VueTemplateDemo.vue
@@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2022-04-19 17:18:48
* @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-07-16 15:01:48
+ * @LastEditTime: 2022-07-18 16:40:21
* @Description: markdown编辑器
-->
@@ -95,12 +95,12 @@
if (this.uuidSnum === '') {
this.uuidSplice()
}
- let myfile = new File([blob], this.uuidSnum)
+ let myfile = new File([blob], this.uuidSnum + '.md')
var formData = new FormData()
const type = pinyin(this.dataFrom.type, {
pattern: 'initial',
}).replace(/\s*/g, '')
- formData.append('fileName', this.uuidSnum)
+ formData.append('fileName', this.uuidSnum + '.md')
formData.append('type', type)
formData.append('file', myfile) // 'file' 为HTTP Post里的字段名, file 对浏览器里的File对象
// formData.append('name', this.route.currentRoute.query.id + '.md')
diff --git a/front/src/views/personalCenter/components/AbilityApplication.vue b/front/src/views/personalCenter/components/AbilityApplication.vue
index 2afbf921..9b1da485 100644
--- a/front/src/views/personalCenter/components/AbilityApplication.vue
+++ b/front/src/views/personalCenter/components/AbilityApplication.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-07-12 09:42:44
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-07-13 15:56:51
+ * @LastEditTime: 2022-07-18 17:54:55
* @Description:我的申请 能力申请 查看详情
-->
@@ -34,7 +34,7 @@
申请单附件:
{{ props.refObj.enclosureName || '--' }}
- 预览
+ 预览
@@ -104,11 +104,11 @@
}}
-