|
@@ -87,11 +87,11 @@
|
|
|
></upload-position-img>
|
|
|
</a-form-item>
|
|
|
<a-form-item
|
|
|
- label="是否删除"
|
|
|
+ label="是否展示"
|
|
|
:labelCol="BaseTool.Constant.labelCol"
|
|
|
:wrapperCol="BaseTool.Constant.wrapperCol"
|
|
|
>
|
|
|
- <a-select v-decorator="['delFlag', {initialValue:DictCache.VALUE.DELFLAG.NORMAL, rules: [{required: true, message: '是否删除不能为空'}]}]" placeholder="请选择">
|
|
|
+ <a-select v-decorator="['opcFlag', {initialValue:DictCache.VALUE.DELFLAG.NORMAL, rules: [{required: true, message: '是否删除不能为空'}]}]" placeholder="请选择">
|
|
|
<a-select-option
|
|
|
v-for="(label,value) in delFlagMap"
|
|
|
:key="value"
|
|
@@ -142,8 +142,7 @@ export default {
|
|
|
props: {
|
|
|
},
|
|
|
created () {
|
|
|
- this.delFlagMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.DELFLAG)
|
|
|
- this.yesNoMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.YES_NO)
|
|
|
+ this.delFlagMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.YES_NO)
|
|
|
this.positionTypeMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.REMOTE_POSITION_TYPE)
|
|
|
const params = { roleType: 3, deptId: null, queryType: 1 }
|
|
|
queryRepairUser(params).then(res => {
|
|
@@ -174,7 +173,6 @@ export default {
|
|
|
'sort',
|
|
|
'opcFlag',
|
|
|
'lightFlag',
|
|
|
- 'delFlag',
|
|
|
'parentId',
|
|
|
'userId',
|
|
|
'remark'
|