退料申请表数据问题修改

This commit is contained in:
liang.chao 2024-03-16 18:46:17 +08:00
parent e31aaad942
commit 371dcf6803
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@
<script> <script>
import { listType, getType, delType, addType, updateType, refreshCache } from "@/api/system/dict/type"; import { listType, getType, delType, addType, updateType, refreshCache } from "@/api/system/dict/type";
import { getLeaseManageListAllCq, getUnitData, getProData, getTaskDetail } from '@/api/claimAndRefund/receive' import { getLeaseManageListAllCq, getUnitData, getProData, getLeaseListAllCq } from '@/api/claimAndRefund/receive'
import { getInfo } from '@/api/login' import { getInfo } from '@/api/login'
import vueEasyPrint from 'vue-easy-print'; import vueEasyPrint from 'vue-easy-print';
export default { export default {
@ -397,7 +397,7 @@ export default {
async openLld(row){ async openLld(row){
this.open = true this.open = true
const res = await getTaskDetail({taskId:row.taskId}) const res = await getLeaseListAllCq({taskId:row.taskId})
this.leaseApplyDetails = res.rows[0].leaseApplyDetails this.leaseApplyDetails = res.rows[0].leaseApplyDetails
this.leaseApplyData = res.rows[0] this.leaseApplyData = res.rows[0]