添加 bomTechAndFiring

This commit is contained in:
lb
2023-07-19 08:57:35 +08:00
parent 4c69135048
commit eaf91c90b9
6 changed files with 248 additions and 5 deletions

View File

@@ -334,6 +334,7 @@ export default {
.catch((err) => {});
}
case "edit": {
console.log("[edit] ",data)
this.openDialog(data); /** data is ==> id */
break;
}