[update] 解决bug78092

This commit is contained in:
lideqin
2023-11-06 17:25:51 +08:00
parent 7e043299bf
commit 7df046b1d8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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">