已报备列表还需展示创建时间

This commit is contained in:
2023-10-16 13:46:09 +08:00
parent bd2585e711
commit 51a2040313

View File

@ -35,10 +35,10 @@ export default {
methods: { methods: {
async getReportingList(){ async getReportingList(){
let res = await orderReportingList({ let res = await orderReportingList({
queryType: 9,//Number(this.queryType), queryType: Number(this.queryType),
userOrderId:2705436,//this.userOrderId, userOrderId:this.userOrderId,
orderCode: 'ZD231013001407',//this.orderCode, orderCode: this.orderCode,
taskOrderId:24845,//this.taskOrderId taskOrderId:this.taskOrderId
}) })
this.reportList=res.data this.reportList=res.data
} }