任务列表

This commit is contained in:
shijingjing
2022-06-11 13:16:21 +08:00
parent ca02cfc24e
commit 231717f862
3 changed files with 54 additions and 36 deletions

View File

@@ -175,7 +175,6 @@ export default {
getItemInfo (id) {
this.instance.post(`/app/appdlbresource/queryDetailById?id=${id}`).then(res => {
if (res?.data) {
console.log(res);
this.info = res.data
this.detailDialog = true
}