|
@@ -75,9 +75,9 @@
|
|
|
import {
|
|
import {
|
|
|
ticketStatus,
|
|
ticketStatus,
|
|
|
resultStatus,
|
|
resultStatus,
|
|
|
- startExecuting
|
|
|
|
|
|
|
+
|
|
|
} from '@/utils/dict/tickets';
|
|
} from '@/utils/dict/tickets';
|
|
|
- import { getWorkOrderPage, getRule } from '@/api/tickets';
|
|
|
|
|
|
|
+ import { getWorkOrderPage, getRule,startExecuting } from '@/api/tickets';
|
|
|
import pagenation from '@/components/Pagination';
|
|
import pagenation from '@/components/Pagination';
|
|
|
|
|
|
|
|
// 修改
|
|
// 修改
|