Commit 027587b5 authored by 张耀's avatar 张耀

fix:

修复工单保存或立即执行的时候前端报错问题
parent e5b7d07b
import { ElMessage } from "element-plus";
import axios from "@/request/http.js";
const setParams = (res, { id }) => {
const setParams = ({ res, is_push }, { id }) => {
let params = {
is_push: res.is_push,
is_push: is_push,
order_name: res.ticket_name,
order_level: +res.ticket_level,
order_desc: res.ticket_desc,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment