Bläddra i källkod

需求页创建人物无法修改name

wangziqian 5 år sedan
förälder
incheckning
5aecb48f83

+ 3 - 3
src/views/projectManage/dialog_vue.vue

@@ -252,9 +252,9 @@ export default {
               that.$set(that.task_form, 'bizId', Number(localStorage.getItem('bizId')))
               that.task_form.followVersion === 2 ? that.show_Client = false : ''
               if (data) {
-                that.task_form.requireId = data.requirementId
-                that.task_form.name = data.name
-                that.task_form.priority = data.priority
+                that.$set(that.task_form, 'requireId', data.requirementId)
+                that.$set(that.task_form, 'name', data.name)
+                that.$set(that.task_form, 'priority', data.priority)
               }
             }, 300)
           })

+ 0 - 1
src/views/projectManage/projectList/components/modifySchedule.vue

@@ -193,7 +193,6 @@ export default {
     isDelete: {
       handler(newV, old) {
         this.isDeleteStatus = newV
-        console.log(this.isDeleteStatus)
       },
       immediate: true,
       deep: true