|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" width="95%" @ok="handleSubmit" >
|
|
|
+ <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" width="95%" @ok="handleSubmit" :maskClosable="false">
|
|
|
<BasicForm @register="registerForm" name="SaleRfpForm" >
|
|
|
<template #project="props">
|
|
|
<a-input-search v-model:value="props.model.projectName" placeholder="请输入项目(project)" readOnly AutoComplete="off" allow-clear enter-button="Search" @search="onSearchProject()"></a-input-search>
|