zhangyanfang преди 5 години
родител
ревизия
bace9887cd
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      app/followup/v1/html/fangshi-detail-7.html

+ 3 - 2
app/followup/v1/html/fangshi-detail-7.html

@ -606,7 +606,8 @@
                        rehabilitation_sociability: '0',
                        rehabilitation_other: "0"
                    },
                    followupId: Request['id']
                    followupId: Request['id'],
                    version:Request['version']
                }
            },
            computed: {
@ -832,7 +833,7 @@
                    })
                    this.severeMentalDisorderData.create_time = null
                    this.severeMentalDisorderData.version = '1'
                    this.severeMentalDisorderData.version = this.version
                    fangshiAPI.saveFollowupSevereMentalDisorder({ followupId: this.followupId || '1', severeMentalDisorderData: JSON.stringify(this.severeMentalDisorderData) }).then(function (res) {
                        if (res.status == 200) {
                            //判断是否完成随访,未完成则将完成按钮显示出来