no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-07-25 18:28:05 +07:00
parent d2a26cdf39
commit d6c2fbbc8d
2 changed files with 12 additions and 5 deletions

View file

@ -62,7 +62,7 @@ const fecthlist = async (id: any) => {
await http
.get(config.API.listRetire(id))
.then((res: any) => {
// console.log(res);
console.log(res);
retireld.value = res.data.result.id;
rows.value = res.data.result.map((e: any) => ({
id: e.id,
@ -366,7 +366,7 @@ const UpdateListId = (newListId: string) => {
// .onDismiss(() => {});
// };
const classrow = (prop: any) => {
console.log(listId.value);
console.log(prop.id);
if (prop.id === listId.value) {
return "color: #26a69a ";
} else return "";