소스 검색

【BUG修复】修复新增字典项typeId找不到bug

俞宝山 4 년 전
부모
커밋
616af91733
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      _web/src/views/system/dict/dictdata/index.vue

+ 1 - 1
_web/src/views/system/dict/dictdata/index.vue

@ -33,7 +33,7 @@
    </div>
    <div class="table-operator" v-if="hasPerm('sysDictData:add')" >
      <a-button type="primary" v-if="hasPerm('sysDictData:add')" icon="plus" @click="$refs.addForm.add()">新增数据</a-button>
      <a-button type="primary" v-if="hasPerm('sysDictData:add')" icon="plus" @click="$refs.addForm.add(typeId)">新增数据</a-button>
    </div>
    <s-table