订单详情更改
This commit is contained in:
parent
d72abc8bd4
commit
bf1e08a63c
@ -79,7 +79,7 @@ const getOrderDetailData = async(id? : number) => {
|
||||
const openDialog = (id?: any) => {
|
||||
console.log(id)
|
||||
state.dialog.isShowDialog = true;
|
||||
state.dialog.title = '人才留言';
|
||||
state.dialog.title = '订单详情';
|
||||
getOrderDetailData(id)
|
||||
};
|
||||
// 关闭弹窗
|
||||
|
Loading…
Reference in New Issue
Block a user