Browse Source

新增需求,业务线无法显示

洪海涛 4 years ago
parent
commit
db8b64b74f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/projectManage/requirement/list/create.vue

+ 1 - 0
src/views/projectManage/requirement/list/create.vue

@@ -201,6 +201,7 @@ export default {
     visible: function(newVisible, oldVisible) {
       this.isVisible = newVisible
       if (newVisible) {
+        this.form.bizId = this.bizId
         if (this.title === '编辑需求') {
           this.form = JSON.parse(JSON.stringify(this.data))
           if (this.form.referredClientType !== '') {