Prechádzať zdrojové kódy

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

俞宝山 4 rokov pred
rodič
commit
616af91733

+ 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