张诺
13 小时以前 70ed2d656562b2c26b4dfdd829324f2837dede21
阳光印刷Web: 调整重复点击绑定工艺路线 浅拷贝数据问题
已修改1个文件
4 ■■■■ 文件已修改
src/views/productionManagement/productionOrder/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/productionOrder/index.vue
@@ -93,6 +93,7 @@
  viewGetByProductWordId,
  exportProductInventory
} from "@/api/productionManagement/productionOrder.js";
import { deepClone } from "@/utils/index.js"
import {listMain as getOrderProcessRouteMain} from "@/api/productionManagement/productProcessRoute.js";
import PIMTable from "@/components/PIMTable/PIMTable.vue";
import BindRouteDialog from "./BindRouteDialog.vue";
@@ -103,7 +104,6 @@
const router = useRouter();
const isShowNewModal = ref(false);
const MOCK_MODE = true;
const loading = ref(false)
const dialogVisible = ref(false)
@@ -335,7 +335,7 @@
      rowData.value = res?.data || res
    } else {
      bindDialogType.value = "add"
      rowData.value = row
      rowData.value = deepClone( row)
      rowData.value.finishedSize = row.specificationModel
    }
    bindRouteDialogVisible.value = true;