[新增功能](el-admin v2.5): v2.5 beta
详情 https://www.ydyno.com/archives/1225.html
This commit is contained in:
@@ -490,9 +490,6 @@ function CRUD(options) {
|
||||
Vue.set(crud.props, name, value)
|
||||
},
|
||||
getDataId(data) {
|
||||
if (!data.hasOwnProperty(this.idField)) {
|
||||
console.error('[CRUD error]: no property [%s] in %o', this.idField, data)
|
||||
}
|
||||
return data[this.idField]
|
||||
},
|
||||
attchTable() {
|
||||
|
||||
Reference in New Issue
Block a user