flat: 暂存

This commit is contained in:
Apcallover
2024-03-25 22:07:09 +08:00
parent fb6772bf81
commit 56854b1c85
4 changed files with 59 additions and 33 deletions

View File

@@ -42,6 +42,7 @@ export default {
},
computed: {
city() {
console.log(this.parentId, this.workTypeList)
if (this.parentId) {
const parentItem = this.workTypeList.find(item => item.id == this.parentId);
if (parentItem) {