Browse Source

修改测试代码

dengrui 3 days ago
parent
commit
6aa3666b4b
1 changed files with 0 additions and 4 deletions
  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 {