从DB加载弹窗增加C类型
This commit is contained in:
parent
f7adc0f4fd
commit
d48f559dcc
|
@ -315,6 +315,10 @@ export default {
|
||||||
label: 'B',
|
label: 'B',
|
||||||
value: 'B',
|
value: 'B',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'C',
|
||||||
|
value: 'C',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
let arr_G = [
|
let arr_G = [
|
||||||
{
|
{
|
||||||
|
@ -339,6 +343,10 @@ export default {
|
||||||
label: 'G',
|
label: 'G',
|
||||||
value: 'G',
|
value: 'G',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'C',
|
||||||
|
value: 'C',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
if (event == 'B') {
|
if (event == 'B') {
|
||||||
this.searchSampleType = 'Beta'
|
this.searchSampleType = 'Beta'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user