研发图纸文件管理系统-前端项目
U
he wei
2022-08-16 a6e425d71cc087e79b2b5ebc3959edd8fd9f08c7
U
1个文件已修改
4 ■■■■ 已修改文件
src/pages/drawManage/parts/editLink.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/drawManage/parts/editLink.vue
@@ -142,7 +142,7 @@
<script>
import { componentRelatedSubmit } from "../product/apis";
import { getAllSubWithOutComponent, addCompentConnectBom } from "./apis";
import { mapState } from "vuex";
import { mapGetters } from "vuex";
export default {
  name: "",
  props: {
@@ -212,7 +212,7 @@
        return this.comData.cProductHistorys1;
      }
    },
    ...mapState("account", [
    ...mapGetters("account", [
      "roles",
      "projectManagerList",
      "generalManagerList",