This commit is contained in:
X1627315083
2024-02-23 14:38:39 +08:00
parent bd8e32f819
commit 0c9885a06c

View File

@@ -317,6 +317,7 @@ export default defineComponent({
{}
).then((rv: any) => {
console.log(rv);
this.getHistoryList()
})
.catch((res) => {});
},