(create)新增项目所属文档片段crud
This commit is contained in:
@@ -26,7 +26,10 @@ const crudOptions = ref({
|
||||
searchColNumber: 3,
|
||||
tablePagination: false,
|
||||
rowSelection: { showCheckedAll: true },
|
||||
showTools: false
|
||||
showTools: false,
|
||||
afterDelete(response) {
|
||||
crudRef.value.setSelecteds([])
|
||||
}
|
||||
})
|
||||
const crudColumns = ref([
|
||||
{ title: "ID", dataIndex: "id", addDisplay: false, editDisplay: false, width: 50, hide: true },
|
||||
|
||||
Reference in New Issue
Block a user