Procházet zdrojové kódy

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

俞宝山 před 4 roky
rodič
revize
616af91733
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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