修改bug 56453 资料中心汇总

This commit is contained in:
hanshaozhuang
2022-07-13 11:12:19 +08:00
parent 59e66a547a
commit 0e13ca0993
@@ -276,9 +276,9 @@
>
<el-input
type="textarea"
autosize
:autosize="{ minRows: 1, maxRows: 15}"
style="width: 95%"
maxlength="200"
maxlength="4000"
show-word-limit
v-model="attributeEO.dataExplain"
placeholder="请输入资料说明"
@@ -370,6 +370,9 @@ export default {
],
dataTitle: [
{required: true, message: '资料标题不能为空', trigger: 'change'},
],
attachFileId: [
{required: true, message: '附件不能为空', trigger: 'change'},
]
},
dataCenterSearch: {