gaoluyang
4 天以前 7b21512f6cb5aaa9e53024a80e92ca877b5c4aa1
src/views/salesManagement/invoiceLedger/index.vue
@@ -409,12 +409,6 @@
  }
};
const handleFile = (commonFiles) => {
  commonFiles.forEach((e) => {
    proxy.$download.name(e.url);
  });
};
const clearRange = () => {
  searchForm.invoiceDate = [];
  searchForm.invoiceDateStart = undefined;