Browse Source

门类管理档案管理 接口对接bug修改

master
z_yu 3 years ago
parent
commit
446631e938
  1. 2
      src/views/category/fieldManage/index.vue

2
src/views/category/fieldManage/index.vue

@ -156,7 +156,7 @@ export default {
[CRUD.HOOK.beforeRefresh]() {
this.crud.query.categoryId = this.selectedCategory.id
},
[CRUD.HOOK.beforeToCU](crud) {
[CRUD.HOOK.beforeToEdit](crud) {
crud.selections[0].dictionaryConfigId = crud.selections[0].dictionaryConfigId || {}
},
clickRowHandler(row) {

Loading…
Cancel
Save