Pārlūkot izejas kodu

优化修改需求状态添加弹窗刷新工作流

qinzhipeng_v@didiglobal.com 4 gadi atpakaļ
vecāks
revīzija
b55abae09d

+ 1 - 0
src/views/projectManage/requirement/requirementDetail.vue

@@ -624,6 +624,7 @@ export default {
         if (res.code === 200) {
           this.dialogStatusVisible = false
           this.getRequirementById()
+          this.$refs.timeLine1.taskGetWorkFlow()
           this.$message({ message: '修改成功', type: 'success', duration: 1000, offset: 150 })
         }
       } else {