update 国内标准体系联调、车型项目库详情、用户新增编辑开启工号字段
This commit is contained in:
@@ -424,6 +424,18 @@ export const JeroListMixin = {
|
||||
},
|
||||
handleImportByFileId (fileId) {
|
||||
// TODO 完善通过文件id上传文件的方法
|
||||
},
|
||||
/**
|
||||
* 循环操作按钮的操作
|
||||
* @param operation
|
||||
* @param record
|
||||
*/
|
||||
operationClick (operation, record) {
|
||||
if (operation.clickEvent === 'handleDelete') {
|
||||
this.handleDelete(record.id)
|
||||
} else {
|
||||
this[operation.clickEvent](record)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user