แก้ id สืบทอด
This commit is contained in:
parent
e1825a22d7
commit
509dba0d96
1 changed files with 2 additions and 2 deletions
|
|
@ -164,8 +164,8 @@ function onClickConfirm() {
|
|||
async () => {
|
||||
console.log(props.rowId, selectedPos.value[0].id);
|
||||
const body: Inherit = {
|
||||
draftPositionId: selectedPos.value[0].id,
|
||||
publishPositionId: props.rowId,
|
||||
draftPositionId: props.rowId,
|
||||
publishPositionId: selectedPos.value[0].id,
|
||||
};
|
||||
showLoader();
|
||||
await http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue