|
@@ -273,15 +273,19 @@ export default {
|
|
|
}
|
|
|
this.$emit('cancel', false)
|
|
|
}
|
|
|
+ },
|
|
|
+ bizId: {
|
|
|
+ handler(newV) {
|
|
|
+ if (newV === -1) return
|
|
|
+ this.settingGetBizList()
|
|
|
+ this.projectListProject()
|
|
|
+ this.settingQueryBizRqmtOrntList()
|
|
|
+ this.getIterationList()
|
|
|
+ this.showRequirementEnum()
|
|
|
+ },
|
|
|
+ immediate: true
|
|
|
}
|
|
|
},
|
|
|
- mounted() {
|
|
|
- this.settingGetBizList()
|
|
|
- this.projectListProject()
|
|
|
- this.settingQueryBizRqmtOrntList()
|
|
|
- this.getIterationList()
|
|
|
- this.showRequirementEnum()
|
|
|
- },
|
|
|
methods: {
|
|
|
async getIterationList() { // 获取所属迭代列表
|
|
|
const res = await iterationList({
|