瀏覽代碼

【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