소스 검색

修改测试代码

dengrui 4 일 전
부모
커밋
6aa3666b4b
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/views/plan/requisition/exportInfo.vue

+ 0 - 4
src/views/plan/requisition/exportInfo.vue

@@ -56,10 +56,6 @@ const printData = ref([]);
 const toPrintSet = async () => {
   const { data } = await getPrintInfo(tableRef.value.getSelectionRows());
   printData.value = data;
-  console.log(printData.value, 222);
-  printData.value.forEach((item) => {
-    item.materialCode = "6E05716A8016433CBE3CD18F73575A36";
-  });
   if (printData.value.length > 0) {
     dialog.visible = true;
   } else {