huangbin 4 vuotta sitten
vanhempi
commit
8957221309
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      src/views/report/setup.ts

+ 0 - 2
src/views/report/setup.ts

@@ -122,7 +122,6 @@ export function handleDG(context: SetupContext) {
 
     function DGChange(value: any) {
         const temp = DGList.value.find((e: ErmcpDeliveryGoodsDetailEx) => e.data.deliverygoodsname === value.key)
-        console.log('tem', temp)
         if (temp) {
             gblist.value = temp.gblist
             gmlist.value = temp.gmlist
@@ -133,7 +132,6 @@ export function handleDG(context: SetupContext) {
         filterAction()
     }
     function filterAction() {
-        console.log(selectedDG.value)
         const deliverygoodsname = selectedDG.value ? [selectedDG.value.key] : ['']
         const brandname = selectedGB.value ? [selectedGB.value.key] : ['']
         const wrstandardname = selectedGM.value ? [selectedGM.value.key] : ['']