Commit 3d9d864e76455f9b2d07541ecd65c56cbaa0d6d5

Authored by Min
1 parent 7190995f

1.修复生产执行选择工艺参数报错

src/mes/common/inputMultiModalComponent/index.js
... ... @@ -3,6 +3,7 @@ import React, { useState } from "react";
3 3 import { Modal, Space, Button } from "antd";
4 4 import * as commonUtils from "@/utils/utils";
5 5 import CommonViewTable from "@/components/Common/CommonViewTable";
  6 +import * as commonFunc from '@/components/Common//commonFunc';
6 7  
7 8 import styles from "./index.less";
8 9  
... ...