jsk 健康
This commit is contained in:
		
							parent
							
								
									9af5ed4e41
								
							
						
					
					
						commit
						67a7cd02fb
					
				| 
						 | 
				
			
			@ -103,7 +103,17 @@ export function delChronicApi(Id) {
 | 
			
		|||
        }
 | 
			
		||||
    })
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 分页查询 健康档案-列表
 | 
			
		||||
export function getHealthInfoPageApi(data) {
 | 
			
		||||
  return request({
 | 
			
		||||
    url: '/smart-canteen/health/info/list',
 | 
			
		||||
    method: 'get',
 | 
			
		||||
    headers: {
 | 
			
		||||
        "merchant-id":"378915229716713472",
 | 
			
		||||
    },
 | 
			
		||||
    params:data
 | 
			
		||||
  })
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -199,8 +199,8 @@
 | 
			
		|||
                <el-button @click="cancel">取 消</el-button>
 | 
			
		||||
            </div>
 | 
			
		||||
        </el-dialog>
 | 
			
		||||
        <el-dialog :visible.sync="dialogVisible" width="700px">
 | 
			
		||||
            <img style="width: 100%;height: 100%;" :src="dialogImageUrl" alt="">
 | 
			
		||||
        <el-dialog :visible.sync="dialogVisible">
 | 
			
		||||
            <img width="100%" :src="dialogImageUrl" alt="">
 | 
			
		||||
        </el-dialog>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -359,7 +359,7 @@ export default {
 | 
			
		|||
                return delWareHouseCategoryApi({categoryId:row.categoryId});
 | 
			
		||||
            }).then(() => {
 | 
			
		||||
                this.getList();
 | 
			
		||||
                this.$modal.msgSuccess("删除成功");
 | 
			
		||||
                this.$modal.msgSuccess("删除成功!");
 | 
			
		||||
            }).catch(() => {});
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue