[update] 解决bug78092
This commit is contained in:
@@ -55,7 +55,7 @@ export const ProjectSource = {
|
|||||||
// 标准来源
|
// 标准来源
|
||||||
export const StandardSource = {
|
export const StandardSource = {
|
||||||
DOMESTIC: { text: '国内', value: '1' },
|
DOMESTIC: { text: '国内', value: '1' },
|
||||||
OVERSEAS: { text: '国外', value: '2' },
|
OVERSEAS: { text: '海外', value: '2' },
|
||||||
ENTERPRISE: { text: '企标', value: '3' }
|
ENTERPRISE: { text: '企标', value: '3' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
@close="handleCancel"
|
@close="handleCancel"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
:maskClosable="false"
|
:maskClosable="false"
|
||||||
|
destroyOnClose
|
||||||
class="custom-drawer-style"
|
class="custom-drawer-style"
|
||||||
>
|
>
|
||||||
<div class="custom-drawer-style-scroll">
|
<div class="custom-drawer-style-scroll">
|
||||||
|
|||||||
Reference in New Issue
Block a user