|
@@ -118,7 +118,31 @@
|
|
|
</template>
|
|
</template>
|
|
|
</Modal>
|
|
</Modal>
|
|
|
|
|
|
|
|
|
|
+ <<<<<<< HEAD
|
|
|
<component :is="modal1Component" v-model:open="modal1Open" :model-data="selectDatas" @refresh-data="refresh" />
|
|
<component :is="modal1Component" v-model:open="modal1Open" :model-data="selectDatas" @refresh-data="refresh" />
|
|
|
|
|
+ =======
|
|
|
|
|
+ <Modal v-model:show="titleModal" :show-canel-button="false" :show-ok-button="false">
|
|
|
|
|
+ <template #header>
|
|
|
|
|
+ {{ tabButtonModel.tipsTitle }}
|
|
|
|
|
+ </template>
|
|
|
|
|
+ {{ tabButtonModel.tipsContent }}
|
|
|
|
|
+ <template #footer>
|
|
|
|
|
+ <button type="button" class="btn btn-default" @click="titleModalClose">
|
|
|
|
|
+ {{ $t("lang.tabButton.cancel") }}
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button type="primary" class="btn btn-default" @click="executeProcess">
|
|
|
|
|
+ 确认
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </Modal>
|
|
|
|
|
+
|
|
|
|
|
+ <component
|
|
|
|
|
+ :is="modal1Component"
|
|
|
|
|
+ v-model:open="modal1Open"
|
|
|
|
|
+ :model-data="selectDatas"
|
|
|
|
|
+ @refresh-data="refresh"
|
|
|
|
|
+ />
|
|
|
|
|
+ >>>>>>> 5152f209cc33b97d23cb378b32e5ff64cf301097
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
@@ -796,6 +820,7 @@ const executeProcess = async function () {
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
titleModal.value = false;
|
|
titleModal.value = false;
|
|
|
|
|
+ refresh();
|
|
|
},
|
|
},
|
|
|
errorData => {
|
|
errorData => {
|
|
|
titleModal.value = false;
|
|
titleModal.value = false;
|