flat: 暂存
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user