(create)新增项目所属文档片段crud
This commit is contained in:
@@ -61,7 +61,10 @@ const crudOptions = ref({
|
||||
searchColNumber: 4,
|
||||
tablePagination: false,
|
||||
operationColumn: true,
|
||||
showTools: false
|
||||
showTools: false,
|
||||
afterDelete(response) {
|
||||
crudRef.value.setSelecteds([])
|
||||
}
|
||||
})
|
||||
|
||||
const crudColumns = ref([
|
||||
|
||||
Reference in New Issue
Block a user