fix(缺陷管理): 详情及编辑支持拖拽上传
--bug=1036305 --user=宋昌昌 【缺陷管理】缺陷详情-附加-不支持拖拽上传 https://www.tapd.cn/55049933/s/1471293
This commit is contained in:
parent
55c0d1f285
commit
b8b33524c0
|
@ -153,6 +153,7 @@
|
|||
}
|
||||
|
||||
function handleChange(_fileList: MsFileItem[], fileItem: MsFileItem) {
|
||||
fileItem.local = true;
|
||||
emit('change', _fileList, fileItem);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<MsCard
|
||||
:special-height="10"
|
||||
no-content-padding
|
||||
divider-has-p-x
|
||||
has-breadcrumb
|
||||
|
|
Loading…
Reference in New Issue