|
@@ -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 {
|