|
@@ -8,7 +8,7 @@
|
|
|
>
|
|
|
<div class="BasicForms">
|
|
|
<Select
|
|
|
- v-model:value="undefined"
|
|
|
+ v-model:value="modelRef"
|
|
|
show-search
|
|
|
placeholder="请输入姓名/手机号码/身份证号码搜索"
|
|
|
style="width: 350px"
|
|
@@ -184,6 +184,10 @@
|
|
|
});
|
|
|
}
|
|
|
function handlestd(){
|
|
|
+ if(!modelRef.value){
|
|
|
+ createMessage.warning('请选择更换平台!')
|
|
|
+ return
|
|
|
+ }
|
|
|
if(active.value.platformId){
|
|
|
createConfirm({
|
|
|
title: '提示',
|