no message
This commit is contained in:
parent
8fce35bf13
commit
2ea6298bed
1 changed files with 2 additions and 2 deletions
|
|
@ -1141,7 +1141,6 @@ const appointPost = async () => {
|
|||
};
|
||||
|
||||
const appointEmployeePost = async () => {
|
||||
console.log("post Employee");
|
||||
const formData = new FormData();
|
||||
formData.append("id", profileId.value);
|
||||
dialogConfirm($q, async () => {
|
||||
|
|
@ -1503,7 +1502,8 @@ const clickSaveDeceased = async () => {
|
|||
watch(
|
||||
() => profileStore.isLoad,
|
||||
() => {
|
||||
profileStore.isLoad >= 33 && hideLoader();
|
||||
const num = profileType.value === 'officer' ? 33:employeeClass.value === 'temp' ? 30:32
|
||||
profileStore.isLoad >= num && hideLoader();
|
||||
}
|
||||
);
|
||||
onUnmounted(() => (profileStore.isLoad = 0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue