fix: 移除拖拽组件,全局注册ProModal替换默认AModal
This commit is contained in:
@@ -151,7 +151,7 @@ async function fnRecordInstall() {
|
||||
// 开始安装
|
||||
let preinput = {};
|
||||
if (row.neType.toUpperCase() === 'IMS') {
|
||||
preinput = { pisCSCF: 'y', updateMFetc: 'No', updateMFshare: 'No' }
|
||||
preinput = { pisCSCF: 'y', updateMFetc: 'No', updateMFshare: 'No' };
|
||||
}
|
||||
const installData = {
|
||||
neType: row.neType,
|
||||
@@ -315,8 +315,9 @@ onMounted(() => {
|
||||
></UploadMoreFile>
|
||||
|
||||
<!-- 勾选网元版本进行安装框 -->
|
||||
<a-modal
|
||||
width="800px"
|
||||
<ProModal
|
||||
:drag="true"
|
||||
:destroyOnClose="true"
|
||||
:body-style="{ height: '520px', overflowY: 'scroll' }"
|
||||
:keyboard="false"
|
||||
:mask-closable="false"
|
||||
@@ -363,7 +364,7 @@ onMounted(() => {
|
||||
</template>
|
||||
</a-alert>
|
||||
</p>
|
||||
</a-modal>
|
||||
</ProModal>
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
Reference in New Issue
Block a user