แก้ bug Exit interview (console log)
This commit is contained in:
parent
3da536acb0
commit
a855898a79
1 changed files with 4 additions and 4 deletions
|
|
@ -28,14 +28,14 @@ const prefix = ref<string>("");
|
||||||
const exitFactor = ref<any>([]);
|
const exitFactor = ref<any>([]);
|
||||||
const reasonWork = ref<any>([]);
|
const reasonWork = ref<any>([]);
|
||||||
const adjust = ref<any>([]);
|
const adjust = ref<any>([]);
|
||||||
const timeThink = ref<any>([]);
|
const timeThink = ref<any>();
|
||||||
const fullname = ref<any>("");
|
const fullname = ref<any>("");
|
||||||
const avata = ref<any>("");
|
const avata = ref<any>("");
|
||||||
const realReason = ref<any>("");
|
const realReason = ref<any>("");
|
||||||
const notExitFactor = ref<any>("");
|
const notExitFactor = ref<any>("");
|
||||||
const haveJob = ref<any>("");
|
const haveJob = ref<any>();
|
||||||
const suggestFriends = ref<any>([]);
|
const suggestFriends = ref<any>();
|
||||||
const futureWork = ref<any>([]);
|
const futureWork = ref<any>();
|
||||||
const suggestion = ref<any>("");
|
const suggestion = ref<any>("");
|
||||||
|
|
||||||
const reasonWorkOther = ref("");
|
const reasonWorkOther = ref("");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue