|
@@ -288,7 +288,6 @@
|
|
|
<script setup lang="ts" name="orderDetail">
|
|
|
import { defineAsyncComponent, reactive, ref } from 'vue';
|
|
|
import { useRouter } from 'vue-router';
|
|
|
-// import { ElMessage } from 'element-plus';
|
|
|
import { throttle, commonEeum, upNumber } from '/@/utils/tools';
|
|
|
import { orderDetail } from '/@/api/business/order';
|
|
|
import { formatDate } from '/@/utils/formatTime';
|
|
@@ -384,7 +383,7 @@ const showExpandInfo = () => {
|
|
|
const showduplicateInfo = () => {
|
|
|
state.isShowDialog = false;
|
|
|
router.push({
|
|
|
- name: 'orderDetail',
|
|
|
+ name: 'repeatOrderDetail',
|
|
|
params: {
|
|
|
id: state.ruleForm.duplicateId,
|
|
|
tagsViewName: '工单详情-' + state.ruleForm.duplicateTitle,
|