Explorar o código

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

俞宝山 %!s(int64=4) %!d(string=hai) anos
pai
achega
616af91733
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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