no message
This commit is contained in:
parent
b3ce9039ff
commit
2c3658e591
14 changed files with 6 additions and 200 deletions
|
|
@ -91,7 +91,6 @@ const rows = ref<FormProbationDetail[]>([]);
|
|||
const clickAdd = () => {};
|
||||
|
||||
const clickSelect = (id: string) => {
|
||||
// console.log(route.fullPath);
|
||||
router.push(`${route.fullPath}/${id}`);
|
||||
};
|
||||
|
||||
|
|
@ -115,7 +114,6 @@ const getAssignList = async () => {
|
|||
await http
|
||||
.get(config.API.probationGetAssignList(personalId.value))
|
||||
.then((res) => {
|
||||
console.log("LIST ===>", res.data.data);
|
||||
const data = res.data.data;
|
||||
rows.value = data.map((item: FormProbationDetail) => ({
|
||||
id: item.id,
|
||||
|
|
@ -143,8 +141,6 @@ const getpersonalList = async () => {
|
|||
position_level.value = data.position_level;
|
||||
organization.value = data.organization;
|
||||
probation_status.value = data.probation_status;
|
||||
|
||||
console.log("(data)", data);
|
||||
})
|
||||
.catch(() => {})
|
||||
.finally(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue