qinxianzhangyao
2024-04-26 3aa9500c773bb8dd2790ac4cb2fe640b6e6001c2
qxtj
1个文件已修改
4 ■■■ 已修改文件
src/views/advice/advice/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/advice/advice/index.vue
@@ -91,7 +91,6 @@
        align="center"
        prop="newID"
        width="55px"
        fixed
      />
      <el-table-column
        label="所选项目"
@@ -383,6 +382,9 @@
      const id = row.id || this.ids;
      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 = "体检建议信息维护";