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