小程序工单联调

This commit is contained in:
2025-11-12 17:35:23 +08:00
parent 391219bde1
commit b940d7a6cc
8 changed files with 25 additions and 11 deletions

View File

@@ -35,8 +35,12 @@ onMenuSelect(e) {
} = e.detail;
const id = e.currentTarget.dataset.id;
if (value === 'detail') {
switch(value) {
case "detail":
this.jumpToDetail(id);
break;
case "ok":
break;
}
},
jumpToDetail(id) {