|
@ -104,6 +104,7 @@ |
|
|
:pagination="{ total: tableObjectRef.total }" |
|
|
:pagination="{ total: tableObjectRef.total }" |
|
|
v-model:pageSize="tableObjectRef.pageSize" |
|
|
v-model:pageSize="tableObjectRef.pageSize" |
|
|
v-model:currentPage="tableObjectRef.currentPage" |
|
|
v-model:currentPage="tableObjectRef.currentPage" |
|
|
|
|
|
:key="milestoneUpdateKey" |
|
|
> |
|
|
> |
|
|
<template #action="{ row }"> |
|
|
<template #action="{ row }"> |
|
|
<ButtonBase :Butttondata="butttondata" @button-base-click="buttonMilestoneClick($event, row)" /> |
|
|
<ButtonBase :Butttondata="butttondata" @button-base-click="buttonMilestoneClick($event, row)" /> |
|
@ -208,7 +209,6 @@ |
|
|
:rules="dialogFormAllSchemasRules" |
|
|
:rules="dialogFormAllSchemasRules" |
|
|
:formAllSchemas="dialogFormAllSchemas" |
|
|
:formAllSchemas="dialogFormAllSchemas" |
|
|
:isBusiness="false" |
|
|
:isBusiness="false" |
|
|
:key="milestoneUpdateKey" |
|
|
|
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
@ -898,7 +898,6 @@ const buttonMilestoneClick = async (val, row) => { |
|
|
const submitDialogForm = async (type, row) => { |
|
|
const submitDialogForm = async (type, row) => { |
|
|
await props.diaLogApiUpdate(row) |
|
|
await props.diaLogApiUpdate(row) |
|
|
dialogFormRef.value.dialogVisible = false |
|
|
dialogFormRef.value.dialogVisible = false |
|
|
debugger |
|
|
|
|
|
await getList() |
|
|
await getList() |
|
|
milestoneUpdateKey.value += 1 |
|
|
milestoneUpdateKey.value += 1 |
|
|
} |
|
|
} |
|
|