退料申请表数据问题修改
This commit is contained in:
parent
e31aaad942
commit
371dcf6803
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue