feat:项目任务大纲管理获取列表

This commit is contained in:
dongwug
2022-11-09 15:08:44 +08:00
parent 2d2e974277
commit 7a12224e28
7 changed files with 61 additions and 10 deletions

View File

@@ -134,6 +134,10 @@ export default {
type: Boolean,
default: false,
},
projectTaskId: {
type: Number,
default: null,
}
},
setup(props, ctx) {