[update 标签管理] 去掉条款新增编辑的使用范围、拆分表单placeholder也去掉相关提示
This commit is contained in:
@@ -105,11 +105,11 @@
|
||||
:placeholder="$t('pleaseSelect') + $t('system.tag.required')" />
|
||||
</a-form-model-item>
|
||||
<!--使用范围-->
|
||||
<a-form-model-item :label="$t('system.tag.usableRange')" prop="usableRange">
|
||||
<j-multi-select-tag v-model="form.usableRange"
|
||||
dict-code="clause_usable_range"
|
||||
:placeholder="$t('pleaseSelect') + $t('system.tag.usableRange')" />
|
||||
</a-form-model-item>
|
||||
<!--<a-form-model-item :label="$t('system.tag.usableRange')" prop="usableRange">-->
|
||||
<!-- <j-multi-select-tag v-model="form.usableRange"-->
|
||||
<!-- dict-code="clause_usable_range"-->
|
||||
<!-- :placeholder="$t('pleaseSelect') + $t('system.tag.usableRange')" />-->
|
||||
<!--</a-form-model-item>-->
|
||||
<!-- 文档拆分列表展示-->
|
||||
<template>
|
||||
<p class="tag-info">{{ $t('system.tag.documentSplitDisplay') }}</p>
|
||||
@@ -266,8 +266,7 @@ export default {
|
||||
contentOption: [],
|
||||
contentOptionSelect: [],
|
||||
contentOptionTree: [],
|
||||
moduleArr: TagsTypeEnums.getItemList(),
|
||||
usableRangeOptions: []
|
||||
moduleArr: TagsTypeEnums.getItemList()
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
@@ -298,14 +297,6 @@ export default {
|
||||
// 初始化一些数据
|
||||
initData () {
|
||||
this.loadContent()
|
||||
this.getUsableRangeOptions()
|
||||
},
|
||||
getUsableRangeOptions () {
|
||||
ajaxGetDictItems('standard_source').then(res => {
|
||||
if (res.success) {
|
||||
this.usableRangeOptions = (res.result || []).filter(tt => tt.value !== StandardSource.OVERSEAS.value)
|
||||
}
|
||||
})
|
||||
},
|
||||
showDrawer () {
|
||||
this.visible = true
|
||||
|
||||
Reference in New Issue
Block a user