lkk
2024-11-27 e17811c1d7b1e6318af32a366d23bd586750b6d2
src/views/advice/advice/index.vue
@@ -91,7 +91,6 @@
        align="center"
        prop="newID"
        width="55px"
        fixed
      />
      <el-table-column
        label="所选项目"
@@ -381,8 +380,12 @@
    handleUpdate(row) {
      this.reset();
      const id = row.id || this.ids;
      this.kjbq = []
      getAdvice(id).then((response) => {
        this.form = response.data;
        if(response.data.kjbqz != null){
          this.kjbq = response.data.kjbqz.map(Number)
        }
        this.getlistProject();
        this.open = true;
        this.title = "体检建议信息维护";