liuhairui 1 年之前
父節點
當前提交
298b389706
共有 1 個文件被更改,包括 3 次插入6 次删除
  1. 3 6
      src/view/performance/12-orderAccounting/componets/hjfpfb.vue

+ 3 - 6
src/view/performance/12-orderAccounting/componets/hjfpfb.vue

@@ -177,15 +177,12 @@ const handleExcel = () => {
 }
 
 const handleSearch = async() => {
-
   const order = form.value['gdbh']
-
-  const jjcp_yjno = props.jjcp_yjno;
-  const res = await getWasteDistribution({ order,jjcp_yjno })
-
+  // const jjcp_yjno = props.jjcp_yjno
+  // const res = await getWasteDistribution({ order,jjcp_yjno})
   const yjno = form.value['jjcp_yjno']
   const res = await getWasteDistribution({ order,yjno })
->>>>>>> 3b060240315e393ba2d346996eac75d0c12f60f4
+
   if (res['code'] === 0) {
     console.log(res['data'])
     form.value = {