no message
This commit is contained in:
parent
d2a26cdf39
commit
d6c2fbbc8d
2 changed files with 12 additions and 5 deletions
|
|
@ -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 "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue